Html Css Color HEX #AB1EBA Dark Orchid

📋 copy color: '#AB1EBA'

red 171 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #AB1EBA

Tints of Dark Orchid #AB1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 44.19%
G = 7.75%
B = 48.06%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB1EBA (or 0xAB1EBA) is known color: Dark Orchid. HEX triplet: AB, 1E and BA. RGB value is (171,30,186). Sum of RGB (Red+Green+Blue) = 171+30+186=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EBA is #54E145. Grayscale: #595959. Windows color (decimal): -5562694 or 12197547. OLE color: 12197547.

HSL color Cylindrical-coordinate representation of color #AB1EBA: hue angle of 294.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1EBA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 30 186 -
CMYK 0.08 0.84 0 0.27
HSL 294.23º 0.72% 0.42% -
HSV(B) 294.23º 0.84% 0.73% -
XYZ 26.12 13.13 47.61 -
YUV 89.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 171 30 186 0.08 0.84 0 0.27 294.23 0.72 0.42
Hex AB 1E BA 8 54 0 1B 126 48 2A
Octal 253 36 272 10 124 0 33 446 110 52
Binary 10101011 11110 10111010 1000 1010100 0 11011 100100110 1001000 101010

Color Harmonies of #AB1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EBA

Black with #AB1EBA

Text Example


Text Example

White with #AB1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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