Html Css Color HEX #AF20BA Dark Orchid

📋 copy color: '#AF20BA'

red 175 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #AF20BA

Tints of Dark Orchid #AF20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 44.53%
G = 8.14%
B = 47.33%

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

#AF20BA (or 0xAF20BA) is known color: Dark Orchid. HEX triplet: AF, 20 and BA. RGB value is (175,32,186). Sum of RGB (Red+Green+Blue) = 175+32+186=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20BA is #50DF45. Grayscale: #5B5B5B. Windows color (decimal): -5300038 or 12198063. OLE color: 12198063.

HSL color Cylindrical-coordinate representation of color #AF20BA: hue angle of 295.71º 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 #AF20BA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 32 186 -
CMYK 0.06 0.83 0 0.27
HSL 295.71º 0.71% 0.43% -
HSV(B) 295.71º 0.83% 0.73% -
XYZ 27.06 13.69 47.67 -
YUV 92.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 175 32 186 0.06 0.83 0 0.27 295.71 0.71 0.43
Hex AF 20 BA 6 53 0 1B 128 47 2B
Octal 257 40 272 6 123 0 33 450 107 53
Binary 10101111 100000 10111010 110 1010011 0 11011 100101000 1000111 101011

Color Harmonies of #AF20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20BA

Black with #AF20BA

Text Example


Text Example

White with #AF20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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