Html Css Color HEX #AF20CA Dark Orchid

📋 copy color: '#AF20CA'

red 175 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #AF20CA

Tints of Dark Orchid #AF20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 42.79%
G = 7.82%
B = 49.39%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF20CA (or 0xAF20CA) is known color: Dark Orchid. HEX triplet: AF, 20 and CA. RGB value is (175,32,202). Sum of RGB (Red+Green+Blue) = 175+32+202=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20CA is #50DF35. Grayscale: #5D5D5D. Windows color (decimal): -5300022 or 13246639. OLE color: 13246639.

HSL color Cylindrical-coordinate representation of color #AF20CA: hue angle of 290.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF20CA is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 32 202 -
CMYK 0.13 0.84 0 0.21
HSL 290.47º 0.73% 0.46% -
HSV(B) 290.47º 0.84% 0.79% -
XYZ 28.86 14.41 57.14 -
YUV 94.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 175 32 202 0.13 0.84 0 0.21 290.47 0.73 0.46
Hex AF 20 CA D 54 0 15 122 49 2E
Octal 257 40 312 15 124 0 25 442 111 56
Binary 10101111 100000 11001010 1101 1010100 0 10101 100100010 1001001 101110

Color Harmonies of #AF20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20CA

Black with #AF20CA

Text Example


Text Example

White with #AF20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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