Html Css Color HEX #AF20C3 Dark Orchid

📋 copy color: '#AF20C3'

red 175 ◦ green 32 ◦ blue 195

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

Shades of Dark Orchid #AF20C3

Tints of Dark Orchid #AF20C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.51%

R = 43.53%
G = 7.96%
B = 48.51%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF20C3 (or 0xAF20C3) is known color: Dark Orchid. HEX triplet: AF, 20 and C3. RGB value is (175,32,195). Sum of RGB (Red+Green+Blue) = 175+32+195=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF20C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20C3 is #50DF3C. Grayscale: #5C5C5C. Windows color (decimal): -5300029 or 12787887. OLE color: 12787887.

HSL color Cylindrical-coordinate representation of color #AF20C3: hue angle of 292.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF20C3 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 32 195 -
CMYK 0.10 0.84 0 0.24
HSL 292.64º 0.72% 0.45% -
HSV(B) 292.64º 0.84% 0.76% -
XYZ 28.05 14.09 52.87 -
YUV 93.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 175 32 195 0.10 0.84 0 0.24 292.64 0.72 0.45
Hex AF 20 C3 A 54 0 18 125 48 2D
Octal 257 40 303 12 124 0 30 445 110 55
Binary 10101111 100000 11000011 1010 1010100 0 11000 100100101 1001000 101101

Color Harmonies of #AF20C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20C3

Black with #AF20C3

Text Example


Text Example

White with #AF20C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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