Html Css Color HEX #AB1EE7 Dark Orchid

📋 copy color: '#AB1EE7'

red 171 ◦ green 30 ◦ blue 231

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

Shades of Dark Orchid #AB1EE7

Tints of Dark Orchid #AB1EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.47%

R = 39.58%
G = 6.94%
B = 53.47%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB1EE7 (or 0xAB1EE7) is known color: Dark Orchid. HEX triplet: AB, 1E and E7. RGB value is (171,30,231). Sum of RGB (Red+Green+Blue) = 171+30+231=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB1EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EE7 is #54E118. Grayscale: #5E5E5E. Windows color (decimal): -5562649 or 15146667. OLE color: 15146667.

HSL color Cylindrical-coordinate representation of color #AB1EE7: hue angle of 282.09º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EE7 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 30 231 -
CMYK 0.26 0.87 0 0.09
HSL 282.09º 0.81% 0.51% -
HSV(B) 282.09º 0.87% 0.91% -
XYZ 31.68 15.36 76.9 -
YUV 95.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 171 30 231 0.26 0.87 0 0.09 282.09 0.81 0.51
Hex AB 1E E7 1A 57 0 9 11A 51 33
Octal 253 36 347 32 127 0 11 432 121 63
Binary 10101011 11110 11100111 11010 1010111 0 1001 100011010 1010001 110011

Color Harmonies of #AB1EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EE7

Black with #AB1EE7

Text Example


Text Example

White with #AB1EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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