Html Css Color HEX #AB2ACE Dark Orchid

📋 copy color: '#AB2ACE'

red 171 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #AB2ACE

Tints of Dark Orchid #AB2ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.02%

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

R = 40.81%
G = 10.02%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB2ACE (or 0xAB2ACE) is known color: Dark Orchid. HEX triplet: AB, 2A and CE. RGB value is (171,42,206). Sum of RGB (Red+Green+Blue) = 171+42+206=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ACE is #54D531. Grayscale: #626262. Windows color (decimal): -5559602 or 13511339. OLE color: 13511339.

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

Color convert

RGB 171 42 206 -
CMYK 0.17 0.80 0 0.19
HSL 287.2º 0.66% 0.49% -
HSV(B) 287.2º 0.8% 0.81% -
XYZ 28.76 14.77 59.73 -
YUV 99.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 171 42 206 0.17 0.80 0 0.19 287.2 0.66 0.49
Hex AB 2A CE 11 50 0 13 11F 42 31
Octal 253 52 316 21 120 0 23 437 102 61
Binary 10101011 101010 11001110 10001 1010000 0 10011 100011111 1000010 110001

Color Harmonies of #AB2ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ACE

Black with #AB2ACE

Text Example


Text Example

White with #AB2ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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