Html Css Color HEX #AB20CD Dark Orchid

📋 copy color: '#AB20CD'

red 171 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #AB20CD

Tints of Dark Orchid #AB20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 41.91%
G = 7.84%
B = 50.25%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB20CD (or 0xAB20CD) is known color: Dark Orchid. HEX triplet: AB, 20 and CD. RGB value is (171,32,205). Sum of RGB (Red+Green+Blue) = 171+32+205=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20CD is #54DF32. Grayscale: #5C5C5C. Windows color (decimal): -5562163 or 13443243. OLE color: 13443243.

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

Color convert

RGB 171 32 205 -
CMYK 0.17 0.84 0 0.20
HSL 288.21º 0.73% 0.46% -
HSV(B) 288.21º 0.84% 0.8% -
XYZ 28.33 14.1 58.99 -
YUV 93.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 171 32 205 0.17 0.84 0 0.20 288.21 0.73 0.46
Hex AB 20 CD 11 54 0 14 120 49 2E
Octal 253 40 315 21 124 0 24 440 111 56
Binary 10101011 100000 11001101 10001 1010100 0 10100 100100000 1001001 101110

Color Harmonies of #AB20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20CD

Black with #AB20CD

Text Example


Text Example

White with #AB20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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