Html Css Color HEX #AB36EC Dark Orchid

📋 copy color: '#AB36EC'

red 171 ◦ green 54 ◦ blue 236

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

Shades of Dark Orchid #AB36EC

Tints of Dark Orchid #AB36EC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

 BLUE value IS 236 (92.58% from 255) = 51.19%

R = 37.09%
G = 11.71%
B = 51.19%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB36EC (or 0xAB36EC) is known color: Dark Orchid. HEX triplet: AB, 36 and EC. RGB value is (171,54,236). Sum of RGB (Red+Green+Blue) = 171+54+236=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB36EC is #54C913. Grayscale: #6D6D6D. Windows color (decimal): -5556500 or 15480491. OLE color: 15480491.

HSL color Cylindrical-coordinate representation of color #AB36EC: hue angle of 278.57º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB36EC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 54 236 -
CMYK 0.28 0.77 0 0.07
HSL 278.57º 0.83% 0.57% -
HSV(B) 278.57º 0.77% 0.93% -
XYZ 33.25 17.35 80.95 -
YUV 109.73 199.26 171.7 -
System Red Green Blue C M Y K H S L
Decimal 171 54 236 0.28 0.77 0 0.07 278.57 0.83 0.57
Hex AB 36 EC 1C 4D 0 7 117 53 39
Octal 253 66 354 34 115 0 7 427 123 71
Binary 10101011 110110 11101100 11100 1001101 0 111 100010111 1010011 111001

Color Harmonies of #AB36EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36EC

Black with #AB36EC

Text Example


Text Example

White with #AB36EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36EC; }

 p { color: rgb(171,54,236); }

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

background-color css

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

 a { background-color: rgb(171,54,236); }

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

border-color css

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

 span { border-color: rgb(171,54,236); }

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