Html Css Color HEX #AB70E5 Medium Purple

📋 copy color: '#AB70E5'

red 171 ◦ green 112 ◦ blue 229

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

Shades of Medium Purple #AB70E5

Tints of Medium Purple #AB70E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 33.4%
G = 21.88%
B = 44.73%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB70E5 (or 0xAB70E5) is known color: Medium Purple. HEX triplet: AB, 70 and E5. RGB value is (171,112,229). Sum of RGB (Red+Green+Blue) = 171+112+229=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70E5 is #548F1A. Grayscale: #8E8E8E. Windows color (decimal): -5541659 or 15036587. OLE color: 15036587.

HSL color Cylindrical-coordinate representation of color #AB70E5: hue angle of 270.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB70E5 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 112 229 -
CMYK 0.25 0.51 0 0.10
HSL 270.26º 0.69% 0.67% -
HSV(B) 270.26º 0.51% 0.9% -
XYZ 36.73 25.9 77.19 -
YUV 142.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 171 112 229 0.25 0.51 0 0.10 270.26 0.69 0.67
Hex AB 70 E5 19 33 0 A 10E 45 43
Octal 253 160 345 31 63 0 12 416 105 103
Binary 10101011 1110000 11100101 11001 110011 0 1010 100001110 1000101 1000011

Color Harmonies of #AB70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70E5

Black with #AB70E5

Text Example


Text Example

White with #AB70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70E5; }

 p { color: rgb(171,112,229); }

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

background-color css

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

 a { background-color: rgb(171,112,229); }

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

border-color css

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

 span { border-color: rgb(171,112,229); }

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