#AF2DD6

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

Shades of Dark Orchid #AF2DD6

Tints of Dark Orchid #AF2DD6

Color information

#AF2DD6 (or 0xAF2DD6) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and D6. RGB value is (175,45,214). Sum of RGB (Red+Green+Blue) = 175+45+214=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF2DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DD6 is #50D229. Grayscale: #666666. Windows color (decimal): -5296682 or 14036399. OLE color: 14036399.

HSL color Cylindrical-coordinate representation of color #AF2DD6: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2DD6 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17545214-
CMYK0.180.7900.16
HSL286.15º67.33%50.78%-
HSV(B)286.15º78.97%83.92%-
XYZ30.7615.8565.06-
YUV103.14190.57179.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 45 (17.97% from 255) = 10.37%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=40.32%
G=10.37%
B=49.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175452140.180.7900.16286.1567.3350.78
HexAF2DD6124F01011e4333
Octal257553262211702043610363
Binary10101111101101110101101001010011110100001000111101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DD6; }

 p { color: rgb(175,45,214); }

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

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

 a { background-color: rgb(175,45,214); }

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

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

 span { border-color: rgb(175,45,214); }

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