Html Css Color HEX #AB20C2 Dark Orchid

📋 copy color: '#AB20C2'

red 171 ◦ green 32 ◦ blue 194

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

Shades of Dark Orchid #AB20C2

Tints of Dark Orchid #AB20C2

RGB

 RED value IS 171 (67.19% from 255) = 43.07%

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

 BLUE value IS 194 (76.17% from 255) = 48.87%

R = 43.07%
G = 8.06%
B = 48.87%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB20C2 (or 0xAB20C2) is known color: Dark Orchid. HEX triplet: AB, 20 and C2. RGB value is (171,32,194). Sum of RGB (Red+Green+Blue) = 171+32+194=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB20C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20C2 is #54DF3D. Grayscale: #5B5B5B. Windows color (decimal): -5562174 or 12722347. OLE color: 12722347.

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

Color convert

RGB 171 32 194 -
CMYK 0.12 0.84 0 0.24
HSL 291.48º 0.72% 0.44% -
HSV(B) 291.48º 0.84% 0.76% -
XYZ 27.05 13.59 52.24 -
YUV 92.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 171 32 194 0.12 0.84 0 0.24 291.48 0.72 0.44
Hex AB 20 C2 C 54 0 18 123 48 2C
Octal 253 40 302 14 124 0 30 443 110 54
Binary 10101011 100000 11000010 1100 1010100 0 11000 100100011 1001000 101100

Color Harmonies of #AB20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20C2

Black with #AB20C2

Text Example


Text Example

White with #AB20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20C2; }

 p { color: rgb(171,32,194); }

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

background-color css

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

 a { background-color: rgb(171,32,194); }

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

border-color css

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

 span { border-color: rgb(171,32,194); }

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