Html Css Color HEX #AB2CCC Dark Orchid

📋 copy color: '#AB2CCC'

red 171 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #AB2CCC

Tints of Dark Orchid #AB2CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 40.81%
G = 10.5%
B = 48.69%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB2CCC (or 0xAB2CCC) is known color: Dark Orchid. HEX triplet: AB, 2C and CC. RGB value is (171,44,204). Sum of RGB (Red+Green+Blue) = 171+44+204=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB2CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCC is #54D333. Grayscale: #636363. Windows color (decimal): -5559092 or 13380779. OLE color: 13380779.

HSL color Cylindrical-coordinate representation of color #AB2CCC: hue angle of 287.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2CCC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 44 204 -
CMYK 0.16 0.78 0 0.2
HSL 287.63º 0.65% 0.49% -
HSV(B) 287.63º 0.78% 0.8% -
XYZ 28.59 14.82 58.48 -
YUV 100.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 171 44 204 0.16 0.78 0 0.2 287.63 0.65 0.49
Hex AB 2C CC 10 4E 0 14 120 41 31
Octal 253 54 314 20 116 0 24 440 101 61
Binary 10101011 101100 11001100 10000 1001110 0 10100 100100000 1000001 110001

Color Harmonies of #AB2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CCC

Black with #AB2CCC

Text Example


Text Example

White with #AB2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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