Html Css Color HEX #AB1EAC Dark Orchid

📋 copy color: '#AB1EAC'

red 171 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #AB1EAC

Tints of Dark Orchid #AB1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 45.84%
G = 8.04%
B = 46.11%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB1EAC (or 0xAB1EAC) is known color: Dark Orchid. HEX triplet: AB, 1E and AC. RGB value is (171,30,172). Sum of RGB (Red+Green+Blue) = 171+30+172=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EAC is #54E153. Grayscale: #575757. Windows color (decimal): -5562708 or 11280043. OLE color: 11280043.

HSL color Cylindrical-coordinate representation of color #AB1EAC: hue angle of 299.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1EAC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 30 172 -
CMYK 0.01 0.83 0 0.33
HSL 299.58º 0.7% 0.4% -
HSV(B) 299.58º 0.83% 0.67% -
XYZ 24.71 12.57 40.15 -
YUV 88.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 171 30 172 0.01 0.83 0 0.33 299.58 0.7 0.4
Hex AB 1E AC 1 53 0 21 12C 46 28
Octal 253 36 254 1 123 0 41 454 106 50
Binary 10101011 11110 10101100 1 1010011 0 100001 100101100 1000110 101000

Color Harmonies of #AB1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EAC

Black with #AB1EAC

Text Example


Text Example

White with #AB1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EAC; }

 p { color: rgb(171,30,172); }

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

background-color css

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

 a { background-color: rgb(171,30,172); }

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

border-color css

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

 span { border-color: rgb(171,30,172); }

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