Html Css Color HEX #AB2AB6 Dark Orchid

📋 copy color: '#AB2AB6'

red 171 ◦ green 42 ◦ blue 182

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

Shades of Dark Orchid #AB2AB6

Tints of Dark Orchid #AB2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 43.29%
G = 10.63%
B = 46.08%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB2AB6 (or 0xAB2AB6) is known color: Dark Orchid. HEX triplet: AB, 2A and B6. RGB value is (171,42,182). Sum of RGB (Red+Green+Blue) = 171+42+182=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AB6 is #54D549. Grayscale: #606060. Windows color (decimal): -5559626 or 11938475. OLE color: 11938475.

HSL color Cylindrical-coordinate representation of color #AB2AB6: hue angle of 295.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2AB6 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 42 182 -
CMYK 0.06 0.77 0 0.29
HSL 295.29º 0.63% 0.44% -
HSV(B) 295.29º 0.77% 0.71% -
XYZ 26.07 13.69 45.52 -
YUV 96.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 171 42 182 0.06 0.77 0 0.29 295.29 0.63 0.44
Hex AB 2A B6 6 4D 0 1D 127 3E 2C
Octal 253 52 266 6 115 0 35 447 76 54
Binary 10101011 101010 10110110 110 1001101 0 11101 100100111 111110 101100

Color Harmonies of #AB2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AB6

Black with #AB2AB6

Text Example


Text Example

White with #AB2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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