Html Css Color HEX #AB60F2 Medium Purple

📋 copy color: '#AB60F2'

red 171 ◦ green 96 ◦ blue 242

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

Shades of Medium Purple #AB60F2

Tints of Medium Purple #AB60F2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.86%

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 33.6%
G = 18.86%
B = 47.54%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB60F2 (or 0xAB60F2) is known color: Medium Purple. HEX triplet: AB, 60 and F2. RGB value is (171,96,242). Sum of RGB (Red+Green+Blue) = 171+96+242=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB60F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60F2 is #549F0D. Grayscale: #868686. Windows color (decimal): -5545742 or 15884459. OLE color: 15884459.

HSL color Cylindrical-coordinate representation of color #AB60F2: hue angle of 270.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB60F2 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 96 242 -
CMYK 0.29 0.60 0 0.05
HSL 270.82º 0.85% 0.66% -
HSV(B) 270.82º 0.6% 0.95% -
XYZ 37 23.43 86.58 -
YUV 135.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 171 96 242 0.29 0.60 0 0.05 270.82 0.85 0.66
Hex AB 60 F2 1D 3C 0 5 10F 55 42
Octal 253 140 362 35 74 0 5 417 125 102
Binary 10101011 1100000 11110010 11101 111100 0 101 100001111 1010101 1000010

Color Harmonies of #AB60F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60F2

Black with #AB60F2

Text Example


Text Example

White with #AB60F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60F2; }

 p { color: rgb(171,96,242); }

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

background-color css

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

 a { background-color: rgb(171,96,242); }

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

border-color css

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

 span { border-color: rgb(171,96,242); }

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