Html Css Color HEX #AB20C5 Dark Orchid

📋 copy color: '#AB20C5'

red 171 ◦ green 32 ◦ blue 197

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

Shades of Dark Orchid #AB20C5

Tints of Dark Orchid #AB20C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.25%

R = 42.75%
G = 8%
B = 49.25%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB20C5 (or 0xAB20C5) is known color: Dark Orchid. HEX triplet: AB, 20 and C5. RGB value is (171,32,197). Sum of RGB (Red+Green+Blue) = 171+32+197=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB20C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20C5 is #54DF3A. Grayscale: #5B5B5B. Windows color (decimal): -5562171 or 12918955. OLE color: 12918955.

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

Color convert

RGB 171 32 197 -
CMYK 0.13 0.84 0 0.23
HSL 290.55º 0.72% 0.45% -
HSV(B) 290.55º 0.84% 0.77% -
XYZ 27.39 13.72 54.03 -
YUV 92.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 171 32 197 0.13 0.84 0 0.23 290.55 0.72 0.45
Hex AB 20 C5 D 54 0 17 123 48 2D
Octal 253 40 305 15 124 0 27 443 110 55
Binary 10101011 100000 11000101 1101 1010100 0 10111 100100011 1001000 101101

Color Harmonies of #AB20C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20C5

Black with #AB20C5

Text Example


Text Example

White with #AB20C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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