Html Css Color HEX #AB1EBC Dark Orchid

📋 copy color: '#AB1EBC'

red 171 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #AB1EBC

Tints of Dark Orchid #AB1EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 43.96%
G = 7.71%
B = 48.33%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB1EBC (or 0xAB1EBC) is known color: Dark Orchid. HEX triplet: AB, 1E and BC. RGB value is (171,30,188). Sum of RGB (Red+Green+Blue) = 171+30+188=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EBC is #54E143. Grayscale: #595959. Windows color (decimal): -5562692 or 12328619. OLE color: 12328619.

HSL color Cylindrical-coordinate representation of color #AB1EBC: hue angle of 293.54º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1EBC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 30 188 -
CMYK 0.09 0.84 0 0.26
HSL 293.54º 0.72% 0.43% -
HSV(B) 293.54º 0.84% 0.74% -
XYZ 26.34 13.22 48.74 -
YUV 90.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 171 30 188 0.09 0.84 0 0.26 293.54 0.72 0.43
Hex AB 1E BC 9 54 0 1A 126 48 2B
Octal 253 36 274 11 124 0 32 446 110 53
Binary 10101011 11110 10111100 1001 1010100 0 11010 100100110 1001000 101011

Color Harmonies of #AB1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EBC

Black with #AB1EBC

Text Example


Text Example

White with #AB1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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