Html Css Color HEX #AB2EAC Dark Orchid

📋 copy color: '#AB2EAC'

red 171 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #AB2EAC

Tints of Dark Orchid #AB2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.83%

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

R = 43.96%
G = 11.83%
B = 44.22%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB2EAC (or 0xAB2EAC) is known color: Dark Orchid. HEX triplet: AB, 2E and AC. RGB value is (171,46,172). Sum of RGB (Red+Green+Blue) = 171+46+172=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2EAC is #54D153. Grayscale: #616161. Windows color (decimal): -5558612 or 11284139. OLE color: 11284139.

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

Color convert

RGB 171 46 172 -
CMYK 0.01 0.73 0 0.33
HSL 299.52º 0.58% 0.43% -
HSV(B) 299.52º 0.73% 0.67% -
XYZ 25.22 13.59 40.32 -
YUV 97.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 171 46 172 0.01 0.73 0 0.33 299.52 0.58 0.43
Hex AB 2E AC 1 49 0 21 12C 3A 2B
Octal 253 56 254 1 111 0 41 454 72 53
Binary 10101011 101110 10101100 1 1001001 0 100001 100101100 111010 101011

Color Harmonies of #AB2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EAC

Black with #AB2EAC

Text Example


Text Example

White with #AB2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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