Html Css Color HEX #AB1BAE Dark Orchid

📋 copy color: '#AB1BAE'

red 171 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #AB1BAE

Tints of Dark Orchid #AB1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 45.97%
G = 7.26%
B = 46.77%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB1BAE (or 0xAB1BAE) is known color: Dark Orchid. HEX triplet: AB, 1B and AE. RGB value is (171,27,174). Sum of RGB (Red+Green+Blue) = 171+27+174=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1BAE is #54E451. Grayscale: #565656. Windows color (decimal): -5563474 or 11410347. OLE color: 11410347.

HSL color Cylindrical-coordinate representation of color #AB1BAE: hue angle of 298.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1BAE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 27 174 -
CMYK 0.02 0.84 0 0.32
HSL 298.78º 0.73% 0.39% -
HSV(B) 298.78º 0.84% 0.68% -
XYZ 24.83 12.5 41.15 -
YUV 86.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 171 27 174 0.02 0.84 0 0.32 298.78 0.73 0.39
Hex AB 1B AE 2 54 0 20 12B 49 27
Octal 253 33 256 2 124 0 40 453 111 47
Binary 10101011 11011 10101110 10 1010100 0 100000 100101011 1001001 100111

Color Harmonies of #AB1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BAE

Black with #AB1BAE

Text Example


Text Example

White with #AB1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BAE; }

 p { color: rgb(171,27,174); }

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

background-color css

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

 a { background-color: rgb(171,27,174); }

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

border-color css

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

 span { border-color: rgb(171,27,174); }

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