Html Css Color HEX #AF20BE Dark Orchid

📋 copy color: '#AF20BE'

red 175 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #AF20BE

Tints of Dark Orchid #AF20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 44.08%
G = 8.06%
B = 47.86%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF20BE (or 0xAF20BE) is known color: Dark Orchid. HEX triplet: AF, 20 and BE. RGB value is (175,32,190). Sum of RGB (Red+Green+Blue) = 175+32+190=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20BE is #50DF41. Grayscale: #5C5C5C. Windows color (decimal): -5300034 or 12460207. OLE color: 12460207.

HSL color Cylindrical-coordinate representation of color #AF20BE: hue angle of 294.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF20BE is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 32 190 -
CMYK 0.08 0.83 0 0.25
HSL 294.3º 0.71% 0.44% -
HSV(B) 294.3º 0.83% 0.75% -
XYZ 27.49 13.86 49.94 -
YUV 92.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 175 32 190 0.08 0.83 0 0.25 294.3 0.71 0.44
Hex AF 20 BE 8 53 0 19 126 47 2C
Octal 257 40 276 10 123 0 31 446 107 54
Binary 10101111 100000 10111110 1000 1010011 0 11001 100100110 1000111 101100

Color Harmonies of #AF20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20BE

Black with #AF20BE

Text Example


Text Example

White with #AF20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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