Html Css Color HEX #AB1EDA Dark Orchid

📋 copy color: '#AB1EDA'

red 171 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #AB1EDA

Tints of Dark Orchid #AB1EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 40.81%
G = 7.16%
B = 52.03%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB1EDA (or 0xAB1EDA) is known color: Dark Orchid. HEX triplet: AB, 1E and DA. RGB value is (171,30,218). Sum of RGB (Red+Green+Blue) = 171+30+218=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDA is #54E125. Grayscale: #5C5C5C. Windows color (decimal): -5562662 or 14294699. OLE color: 14294699.

HSL color Cylindrical-coordinate representation of color #AB1EDA: hue angle of 285º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1EDA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 30 218 -
CMYK 0.22 0.86 0 0.15
HSL 285º 0.76% 0.49% -
HSV(B) 285º 0.86% 0.85% -
XYZ 29.91 14.65 67.58 -
YUV 93.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 171 30 218 0.22 0.86 0 0.15 285 0.76 0.49
Hex AB 1E DA 16 56 0 F 11D 4C 31
Octal 253 36 332 26 126 0 17 435 114 61
Binary 10101011 11110 11011010 10110 1010110 0 1111 100011101 1001100 110001

Color Harmonies of #AB1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EDA

Black with #AB1EDA

Text Example


Text Example

White with #AB1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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