Html Css Color HEX #AF20BB Dark Orchid

📋 copy color: '#AF20BB'

red 175 ◦ green 32 ◦ blue 187

#AF20BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF20BB

Tints of Dark Orchid #AF20BB

RGB

 RED value IS 175 (68.75% from 255) = 44.42%

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 44.42%
G = 8.12%
B = 47.46%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF20BB (or 0xAF20BB) is known color: Dark Orchid. HEX triplet: AF, 20 and BB. RGB value is (175,32,187). Sum of RGB (Red+Green+Blue) = 175+32+187=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF20BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20BB is #50DF44. Grayscale: #5B5B5B. Windows color (decimal): -5300037 or 12263599. OLE color: 12263599.

HSL color Cylindrical-coordinate representation of color #AF20BB: hue angle of 295.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF20BB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 32 187 -
CMYK 0.06 0.83 0 0.27
HSL 295.35º 0.71% 0.43% -
HSV(B) 295.35º 0.83% 0.73% -
XYZ 27.17 13.73 48.23 -
YUV 92.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 175 32 187 0.06 0.83 0 0.27 295.35 0.71 0.43
Hex AF 20 BB 6 53 0 1B 127 47 2B
Octal 257 40 273 6 123 0 33 447 107 53
Binary 10101111 100000 10111011 110 1010011 0 11011 100100111 1000111 101011

Color Harmonies of #AF20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20BB

Black with #AF20BB

Text Example


Text Example

White with #AF20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20BB; }

 p { color: rgb(175,32,187); }

 H1.HeaderClassName
 {
   color: #AF20BB;
 }
 .AnyTagClassName
 {
   color: #AF20BB;
 }
</style>

background-color css

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

 a { background-color: rgb(175,32,187); }

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

border-color css

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

 span { border-color: rgb(175,32,187); }

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