Html Css Color HEX #AB2BAC Dark Orchid

📋 copy color: '#AB2BAC'

red 171 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #AB2BAC

Tints of Dark Orchid #AB2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

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

R = 44.3%
G = 11.14%
B = 44.56%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB2BAC (or 0xAB2BAC) is known color: Dark Orchid. HEX triplet: AB, 2B and AC. RGB value is (171,43,172). Sum of RGB (Red+Green+Blue) = 171+43+172=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BAC is #54D453. Grayscale: #5F5F5F. Windows color (decimal): -5559380 or 11283371. OLE color: 11283371.

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

Color convert

RGB 171 43 172 -
CMYK 0.01 0.75 0 0.33
HSL 299.53º 0.6% 0.42% -
HSV(B) 299.53º 0.75% 0.67% -
XYZ 25.1 13.36 40.29 -
YUV 95.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 171 43 172 0.01 0.75 0 0.33 299.53 0.6 0.42
Hex AB 2B AC 1 4B 0 21 12C 3C 2A
Octal 253 53 254 1 113 0 41 454 74 52
Binary 10101011 101011 10101100 1 1001011 0 100001 100101100 111100 101010

Color Harmonies of #AB2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BAC

Black with #AB2BAC

Text Example


Text Example

White with #AB2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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