Html Css Color HEX #AB75EC Medium Purple

📋 copy color: '#AB75EC'

red 171 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #AB75EC

Tints of Medium Purple #AB75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.33%

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

R = 32.63%
G = 22.33%
B = 45.04%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB75EC (or 0xAB75EC) is known color: Medium Purple. HEX triplet: AB, 75 and EC. RGB value is (171,117,236). Sum of RGB (Red+Green+Blue) = 171+117+236=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB75EC is #548A13. Grayscale: #929292. Windows color (decimal): -5540372 or 15496619. OLE color: 15496619.

HSL color Cylindrical-coordinate representation of color #AB75EC: hue angle of 267.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB75EC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 117 236 -
CMYK 0.28 0.50 0 0.07
HSL 267.23º 0.76% 0.69% -
HSV(B) 267.23º 0.5% 0.93% -
XYZ 38.3 27.44 82.63 -
YUV 146.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 171 117 236 0.28 0.50 0 0.07 267.23 0.76 0.69
Hex AB 75 EC 1C 32 0 7 10B 4C 45
Octal 253 165 354 34 62 0 7 413 114 105
Binary 10101011 1110101 11101100 11100 110010 0 111 100001011 1001100 1000101

Color Harmonies of #AB75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75EC

Black with #AB75EC

Text Example


Text Example

White with #AB75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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