#AF3BDF

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

Shades of Dark Orchid #AF3BDF

Tints of Dark Orchid #AF3BDF

Color information

#AF3BDF (or 0xAF3BDF) is unknown color: approx Dark Orchid. HEX triplet: AF, 3B and DF. RGB value is (175,59,223). Sum of RGB (Red+Green+Blue) = 175+59+223=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDF is #50C420. Grayscale: #6F6F6F. Windows color (decimal): -5293089 or 14629807. OLE color: 14629807.

HSL color Cylindrical-coordinate representation of color #AF3BDF: hue angle of 282.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BDF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17559223-
CMYK0.220.7400.13
HSL282.44º71.93%55.29%-
HSV(B)282.44º73.54%87.45%-
XYZ32.5617.5771.49-
YUV112.38190.43172.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 59 (23.44% from 255) = 12.91%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=38.29%
G=12.91%
B=48.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175592230.220.7400.13282.4471.9355.29
HexAF3BDF164A0D11a4837
Octal257733372611201543211067
Binary1010111111101111011111101101001010011011000110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3BDF; }

 p { color: rgb(175,59,223); }

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

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

 a { background-color: rgb(175,59,223); }

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

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

 span { border-color: rgb(175,59,223); }

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