Html Css Color HEX #AF20B6 Dark Orchid

📋 copy color: '#AF20B6'

red 175 ◦ green 32 ◦ blue 182

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

Shades of Dark Orchid #AF20B6

Tints of Dark Orchid #AF20B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 44.99%
G = 8.23%
B = 46.79%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF20B6 (or 0xAF20B6) is known color: Dark Orchid. HEX triplet: AF, 20 and B6. RGB value is (175,32,182). Sum of RGB (Red+Green+Blue) = 175+32+182=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF20B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20B6 is #50DF49. Grayscale: #5B5B5B. Windows color (decimal): -5300042 or 11935919. OLE color: 11935919.

HSL color Cylindrical-coordinate representation of color #AF20B6: hue angle of 297.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20B6 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 32 182 -
CMYK 0.04 0.82 0 0.29
HSL 297.2º 0.7% 0.42% -
HSV(B) 297.2º 0.82% 0.71% -
XYZ 26.64 13.52 45.46 -
YUV 91.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 175 32 182 0.04 0.82 0 0.29 297.2 0.7 0.42
Hex AF 20 B6 4 52 0 1D 129 46 2A
Octal 257 40 266 4 122 0 35 451 106 52
Binary 10101111 100000 10110110 100 1010010 0 11101 100101001 1000110 101010

Color Harmonies of #AF20B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20B6

Black with #AF20B6

Text Example


Text Example

White with #AF20B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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