Html Css Color HEX #AB2CCE Dark Orchid

📋 copy color: '#AB2CCE'

red 171 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #AB2CCE

Tints of Dark Orchid #AB2CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 40.62%
G = 10.45%
B = 48.93%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB2CCE (or 0xAB2CCE) is known color: Dark Orchid. HEX triplet: AB, 2C and CE. RGB value is (171,44,206). Sum of RGB (Red+Green+Blue) = 171+44+206=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCE is #54D331. Grayscale: #636363. Windows color (decimal): -5559090 or 13511851. OLE color: 13511851.

HSL color Cylindrical-coordinate representation of color #AB2CCE: hue angle of 287.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2CCE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 44 206 -
CMYK 0.17 0.79 0 0.19
HSL 287.04º 0.65% 0.49% -
HSV(B) 287.04º 0.79% 0.81% -
XYZ 28.84 14.92 59.75 -
YUV 100.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 171 44 206 0.17 0.79 0 0.19 287.04 0.65 0.49
Hex AB 2C CE 11 4F 0 13 11F 41 31
Octal 253 54 316 21 117 0 23 437 101 61
Binary 10101011 101100 11001110 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AB2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CCE

Black with #AB2CCE

Text Example


Text Example

White with #AB2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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