Html Css Color HEX #AB2ABB Dark Orchid

📋 copy color: '#AB2ABB'

red 171 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #AB2ABB

Tints of Dark Orchid #AB2ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 42.75%
G = 10.5%
B = 46.75%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB2ABB (or 0xAB2ABB) is known color: Dark Orchid. HEX triplet: AB, 2A and BB. RGB value is (171,42,187). Sum of RGB (Red+Green+Blue) = 171+42+187=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ABB is #54D544. Grayscale: #606060. Windows color (decimal): -5559621 or 12266155. OLE color: 12266155.

HSL color Cylindrical-coordinate representation of color #AB2ABB: hue angle of 293.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ABB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 42 187 -
CMYK 0.09 0.78 0 0.27
HSL 293.38º 0.63% 0.45% -
HSV(B) 293.38º 0.78% 0.73% -
XYZ 26.59 13.9 48.3 -
YUV 97.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 171 42 187 0.09 0.78 0 0.27 293.38 0.63 0.45
Hex AB 2A BB 9 4E 0 1B 125 3F 2D
Octal 253 52 273 11 116 0 33 445 77 55
Binary 10101011 101010 10111011 1001 1001110 0 11011 100100101 111111 101101

Color Harmonies of #AB2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ABB

Black with #AB2ABB

Text Example


Text Example

White with #AB2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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