Html Css Color HEX #AB70FE Medium Purple

📋 copy color: '#AB70FE'

red 171 ◦ green 112 ◦ blue 254

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

Shades of Medium Purple #AB70FE

Tints of Medium Purple #AB70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 31.84%
G = 20.86%
B = 47.3%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB70FE (or 0xAB70FE) is known color: Medium Purple. HEX triplet: AB, 70 and FE. RGB value is (171,112,254). Sum of RGB (Red+Green+Blue) = 171+112+254=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB70FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70FE is #548F01. Grayscale: #919191. Windows color (decimal): -5541634 or 16674987. OLE color: 16674987.

HSL color Cylindrical-coordinate representation of color #AB70FE: hue angle of 264.93º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB70FE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 112 254 -
CMYK 0.33 0.56 0 0.00
HSL 264.93º 0.99% 0.72% -
HSV(B) 264.93º 0.56% 1% -
XYZ 40.48 27.4 96.92 -
YUV 145.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 171 112 254 0.33 0.56 0 0.00 264.93 0.99 0.72
Hex AB 70 FE 21 38 0 0 109 63 48
Octal 253 160 376 41 70 0 0 411 143 110
Binary 10101011 1110000 11111110 100001 111000 0 0 100001001 1100011 1001000

Color Harmonies of #AB70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70FE

Black with #AB70FE

Text Example


Text Example

White with #AB70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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