#AF23BD

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

Shades of Dark Orchid #AF23BD

Tints of Dark Orchid #AF23BD

Color information

#AF23BD (or 0xAF23BD) is unknown color: approx Dark Orchid. HEX triplet: AF, 23 and BD. RGB value is (175,35,189). Sum of RGB (Red+Green+Blue) = 175+35+189=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BD is #50DC42. Grayscale: #5D5D5D. Windows color (decimal): -5299267 or 12395439. OLE color: 12395439.

HSL color Cylindrical-coordinate representation of color #AF23BD: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23BD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17535189-
CMYK0.070.8100.26
HSL294.55º68.75%43.92%-
HSV(B)294.55º81.48%74.12%-
XYZ27.4713.9949.4-
YUV94.42181.38185.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 35 (14.06% from 255) = 8.77%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=43.86%
G=8.77%
B=47.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175351890.070.8100.26294.5568.7543.92
HexAF23BD75101A127452c
Octal25743275712103244710554
Binary101011111000111011110111110100010110101001001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF23BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF23BD; }

 p { color: rgb(175,35,189); }

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

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

 a { background-color: rgb(175,35,189); }

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

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

 span { border-color: rgb(175,35,189); }

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