#AF34B8

Color #AF34B8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF34B8

Tints of Dark Orchid #AF34B8

Color information

#AF34B8 (or 0xAF34B8) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and B8. RGB value is (175,52,184). Sum of RGB (Red+Green+Blue) = 175+52+184=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF34B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34B8 is #50CB47. Grayscale: #676767. Windows color (decimal): -5294920 or 12072111. OLE color: 12072111.

HSL color Cylindrical-coordinate representation of color #AF34B8: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF34B8 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17552184-
CMYK0.050.7200.28
HSL295.91º55.93%46.27%-
HSV(B)295.91º71.74%72.16%-
XYZ27.5615.0346.8-
YUV103.82173.25178.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=42.58%
G=12.65%
B=44.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175521840.050.7200.28295.9155.9346.27
HexAF34B854801C128382e
Octal2576427051100344507056
Binary10101111110100101110001011001000011100100101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34B8; }

 p { color: rgb(175,52,184); }

 H1.HeaderClassName
 {
   color: #AF34B8;
 }
 .AnyTagClassName
 {
   color: #AF34B8;
 }
</style>
background-color css

<style>
 a { background-color: #AF34B8; }

 a { background-color: rgb(175,52,184); }

 div.DivClassName
 {
   background-color: #AF34B8;
 }
 .BgClassName
 {
   background-color: #AF34B8;
 }
</style>
border-color css

<style>
 span { border-color: #AF34B8; }

 span { border-color: rgb(175,52,184); }

 td.TdClassName
 {
   border-color: #AF34B8;
 }
 .TagClassName
 {
   border-color: #AF34B8;
 }
</style>