Html Css Color HEX #AB15BA Dark Orchid

📋 copy color: '#AB15BA'

red 171 ◦ green 21 ◦ blue 186

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

Shades of Dark Orchid #AB15BA

Tints of Dark Orchid #AB15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 45.24%
G = 5.56%
B = 49.21%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB15BA (or 0xAB15BA) is known color: Dark Orchid. HEX triplet: AB, 15 and BA. RGB value is (171,21,186). Sum of RGB (Red+Green+Blue) = 171+21+186=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15BA is #54EA45. Grayscale: #545454. Windows color (decimal): -5564998 or 12195243. OLE color: 12195243.

HSL color Cylindrical-coordinate representation of color #AB15BA: hue angle of 294.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB15BA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 21 186 -
CMYK 0.08 0.89 0 0.27
HSL 294.55º 0.8% 0.41% -
HSV(B) 294.55º 0.89% 0.73% -
XYZ 25.93 12.74 47.55 -
YUV 84.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 171 21 186 0.08 0.89 0 0.27 294.55 0.8 0.41
Hex AB 15 BA 8 59 0 1B 127 50 29
Octal 253 25 272 10 131 0 33 447 120 51
Binary 10101011 10101 10111010 1000 1011001 0 11011 100100111 1010000 101001

Color Harmonies of #AB15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15BA

Black with #AB15BA

Text Example


Text Example

White with #AB15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15BA; }

 p { color: rgb(171,21,186); }

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

background-color css

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

 a { background-color: rgb(171,21,186); }

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

border-color css

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

 span { border-color: rgb(171,21,186); }

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