Html Css Color HEX #AB64EC Medium Purple

📋 copy color: '#AB64EC'

red 171 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #AB64EC

Tints of Medium Purple #AB64EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

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

R = 33.73%
G = 19.72%
B = 46.55%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB64EC (or 0xAB64EC) is known color: Medium Purple. HEX triplet: AB, 64 and EC. RGB value is (171,100,236). Sum of RGB (Red+Green+Blue) = 171+100+236=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64EC is #549B13. Grayscale: #888888. Windows color (decimal): -5544724 or 15492267. OLE color: 15492267.

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

Color convert

RGB 171 100 236 -
CMYK 0.28 0.58 0 0.07
HSL 271.32º 0.78% 0.66% -
HSV(B) 271.32º 0.58% 0.93% -
XYZ 36.49 23.83 82.03 -
YUV 136.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 171 100 236 0.28 0.58 0 0.07 271.32 0.78 0.66
Hex AB 64 EC 1C 3A 0 7 10F 4E 42
Octal 253 144 354 34 72 0 7 417 116 102
Binary 10101011 1100100 11101100 11100 111010 0 111 100001111 1001110 1000010

Color Harmonies of #AB64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64EC

Black with #AB64EC

Text Example


Text Example

White with #AB64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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