Html Css Color HEX #AB61F5 Medium Purple

📋 copy color: '#AB61F5'

red 171 ◦ green 97 ◦ blue 245

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

Shades of Medium Purple #AB61F5

Tints of Medium Purple #AB61F5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.91%

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 33.33%
G = 18.91%
B = 47.76%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB61F5 (or 0xAB61F5) is known color: Medium Purple. HEX triplet: AB, 61 and F5. RGB value is (171,97,245). Sum of RGB (Red+Green+Blue) = 171+97+245=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB61F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61F5 is #549E0A. Grayscale: #878787. Windows color (decimal): -5545483 or 16081323. OLE color: 16081323.

HSL color Cylindrical-coordinate representation of color #AB61F5: hue angle of 270º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB61F5 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 97 245 -
CMYK 0.30 0.60 0 0.04
HSL 270º 0.88% 0.67% -
HSV(B) 270º 0.6% 0.96% -
XYZ 37.55 23.8 89 -
YUV 136 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 171 97 245 0.30 0.60 0 0.04 270 0.88 0.67
Hex AB 61 F5 1E 3C 0 4 10E 58 43
Octal 253 141 365 36 74 0 4 416 130 103
Binary 10101011 1100001 11110101 11110 111100 0 100 100001110 1011000 1000011

Color Harmonies of #AB61F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61F5

Black with #AB61F5

Text Example


Text Example

White with #AB61F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61F5; }

 p { color: rgb(171,97,245); }

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

background-color css

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

 a { background-color: rgb(171,97,245); }

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

border-color css

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

 span { border-color: rgb(171,97,245); }

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