Html Css Color HEX #AF20E6 Dark Orchid

📋 copy color: '#AF20E6'

red 175 ◦ green 32 ◦ blue 230

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

Shades of Dark Orchid #AF20E6

Tints of Dark Orchid #AF20E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 40.05%
G = 7.32%
B = 52.63%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF20E6 (or 0xAF20E6) is known color: Dark Orchid. HEX triplet: AF, 20 and E6. RGB value is (175,32,230). Sum of RGB (Red+Green+Blue) = 175+32+230=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF20E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20E6 is #50DF19. Grayscale: #606060. Windows color (decimal): -5299994 or 15081647. OLE color: 15081647.

HSL color Cylindrical-coordinate representation of color #AF20E6: hue angle of 283.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF20E6 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 32 230 -
CMYK 0.24 0.86 0 0.10
HSL 283.33º 0.8% 0.51% -
HSV(B) 283.33º 0.86% 0.9% -
XYZ 32.48 15.86 76.21 -
YUV 97.33 202.88 183.4 -
System Red Green Blue C M Y K H S L
Decimal 175 32 230 0.24 0.86 0 0.10 283.33 0.8 0.51
Hex AF 20 E6 18 56 0 A 11B 50 33
Octal 257 40 346 30 126 0 12 433 120 63
Binary 10101111 100000 11100110 11000 1010110 0 1010 100011011 1010000 110011

Color Harmonies of #AF20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20E6

Black with #AF20E6

Text Example


Text Example

White with #AF20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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