Html Css Color HEX #AB2CC8 Dark Orchid

📋 copy color: '#AB2CC8'

red 171 ◦ green 44 ◦ blue 200

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

Shades of Dark Orchid #AB2CC8

Tints of Dark Orchid #AB2CC8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.6%

 BLUE value IS 200 (78.52% from 255) = 48.19%

R = 41.2%
G = 10.6%
B = 48.19%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB2CC8 (or 0xAB2CC8) is known color: Dark Orchid. HEX triplet: AB, 2C and C8. RGB value is (171,44,200). Sum of RGB (Red+Green+Blue) = 171+44+200=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB2CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CC8 is #54D337. Grayscale: #636363. Windows color (decimal): -5559096 or 13118635. OLE color: 13118635.

HSL color Cylindrical-coordinate representation of color #AB2CC8: hue angle of 288.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2CC8 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 44 200 -
CMYK 0.14 0.78 0 0.22
HSL 288.85º 0.64% 0.48% -
HSV(B) 288.85º 0.78% 0.78% -
XYZ 28.12 14.63 55.99 -
YUV 99.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 171 44 200 0.14 0.78 0 0.22 288.85 0.64 0.48
Hex AB 2C C8 E 4E 0 16 121 40 30
Octal 253 54 310 16 116 0 26 441 100 60
Binary 10101011 101100 11001000 1110 1001110 0 10110 100100001 1000000 110000

Color Harmonies of #AB2CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CC8

Black with #AB2CC8

Text Example


Text Example

White with #AB2CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CC8; }

 p { color: rgb(171,44,200); }

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

background-color css

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

 a { background-color: rgb(171,44,200); }

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

border-color css

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

 span { border-color: rgb(171,44,200); }

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