Html Css Color HEX #AB2EBC Dark Orchid

📋 copy color: '#AB2EBC'

red 171 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #AB2EBC

Tints of Dark Orchid #AB2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.36%

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

R = 42.22%
G = 11.36%
B = 46.42%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB2EBC (or 0xAB2EBC) is known color: Dark Orchid. HEX triplet: AB, 2E and BC. RGB value is (171,46,188). Sum of RGB (Red+Green+Blue) = 171+46+188=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EBC is #54D143. Grayscale: #636363. Windows color (decimal): -5558596 or 12332715. OLE color: 12332715.

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

Color convert

RGB 171 46 188 -
CMYK 0.09 0.76 0 0.26
HSL 292.82º 0.61% 0.46% -
HSV(B) 292.82º 0.76% 0.74% -
XYZ 26.85 14.24 48.91 -
YUV 99.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 171 46 188 0.09 0.76 0 0.26 292.82 0.61 0.46
Hex AB 2E BC 9 4C 0 1A 125 3D 2E
Octal 253 56 274 11 114 0 32 445 75 56
Binary 10101011 101110 10111100 1001 1001100 0 11010 100100101 111101 101110

Color Harmonies of #AB2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EBC

Black with #AB2EBC

Text Example


Text Example

White with #AB2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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