Html Css Color HEX #AB1EAF Dark Orchid

📋 copy color: '#AB1EAF'

red 171 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #AB1EAF

Tints of Dark Orchid #AB1EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 45.48%
G = 7.98%
B = 46.54%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB1EAF (or 0xAB1EAF) is known color: Dark Orchid. HEX triplet: AB, 1E and AF. RGB value is (171,30,175). Sum of RGB (Red+Green+Blue) = 171+30+175=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB1EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EAF is #54E150. Grayscale: #585858. Windows color (decimal): -5562705 or 11476651. OLE color: 11476651.

HSL color Cylindrical-coordinate representation of color #AB1EAF: hue angle of 298.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1EAF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 30 175 -
CMYK 0.02 0.83 0 0.31
HSL 298.34º 0.71% 0.4% -
HSV(B) 298.34º 0.83% 0.69% -
XYZ 25 12.68 41.69 -
YUV 88.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 171 30 175 0.02 0.83 0 0.31 298.34 0.71 0.4
Hex AB 1E AF 2 53 0 1F 12A 47 28
Octal 253 36 257 2 123 0 37 452 107 50
Binary 10101011 11110 10101111 10 1010011 0 11111 100101010 1000111 101000

Color Harmonies of #AB1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EAF

Black with #AB1EAF

Text Example


Text Example

White with #AB1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EAF; }

 p { color: rgb(171,30,175); }

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

background-color css

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

 a { background-color: rgb(171,30,175); }

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

border-color css

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

 span { border-color: rgb(171,30,175); }

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