Html Css Color HEX #AB1AE3 Dark Orchid

📋 copy color: '#AB1AE3'

red 171 ◦ green 26 ◦ blue 227

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

Shades of Dark Orchid #AB1AE3

Tints of Dark Orchid #AB1AE3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.13%

 BLUE value IS 227 (89.06% from 255) = 53.54%

R = 40.33%
G = 6.13%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB1AE3 (or 0xAB1AE3) is known color: Dark Orchid. HEX triplet: AB, 1A and E3. RGB value is (171,26,227). Sum of RGB (Red+Green+Blue) = 171+26+227=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB1AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AE3 is #54E51C. Grayscale: #5B5B5B. Windows color (decimal): -5563677 or 14883499. OLE color: 14883499.

HSL color Cylindrical-coordinate representation of color #AB1AE3: hue angle of 283.28º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1AE3 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 26 227 -
CMYK 0.25 0.89 0 0.11
HSL 283.28º 0.79% 0.5% -
HSV(B) 283.28º 0.89% 0.89% -
XYZ 31.03 14.94 73.92 -
YUV 92.27 204.04 184.16 -
System Red Green Blue C M Y K H S L
Decimal 171 26 227 0.25 0.89 0 0.11 283.28 0.79 0.5
Hex AB 1A E3 19 59 0 B 11B 4F 32
Octal 253 32 343 31 131 0 13 433 117 62
Binary 10101011 11010 11100011 11001 1011001 0 1011 100011011 1001111 110010

Color Harmonies of #AB1AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AE3

Black with #AB1AE3

Text Example


Text Example

White with #AB1AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AE3; }

 p { color: rgb(171,26,227); }

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

background-color css

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

 a { background-color: rgb(171,26,227); }

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

border-color css

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

 span { border-color: rgb(171,26,227); }

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