Html Css Color HEX #AB75E4 Medium Purple

📋 copy color: '#AB75E4'

red 171 ◦ green 117 ◦ blue 228

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

Shades of Medium Purple #AB75E4

Tints of Medium Purple #AB75E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.19%

R = 33.14%
G = 22.67%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB75E4 (or 0xAB75E4) is known color: Medium Purple. HEX triplet: AB, 75 and E4. RGB value is (171,117,228). Sum of RGB (Red+Green+Blue) = 171+117+228=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB75E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75E4 is #548A1B. Grayscale: #919191. Windows color (decimal): -5540380 or 14972331. OLE color: 14972331.

HSL color Cylindrical-coordinate representation of color #AB75E4: hue angle of 269.19º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB75E4 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 117 228 -
CMYK 0.25 0.49 0 0.11
HSL 269.19º 0.67% 0.68% -
HSV(B) 269.19º 0.49% 0.89% -
XYZ 37.16 26.98 76.65 -
YUV 145.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 171 117 228 0.25 0.49 0 0.11 269.19 0.67 0.68
Hex AB 75 E4 19 31 0 B 10D 43 44
Octal 253 165 344 31 61 0 13 415 103 104
Binary 10101011 1110101 11100100 11001 110001 0 1011 100001101 1000011 1000100

Color Harmonies of #AB75E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75E4

Black with #AB75E4

Text Example


Text Example

White with #AB75E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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