Html Css Color HEX #AB61FE Medium Purple

📋 copy color: '#AB61FE'

red 171 ◦ green 97 ◦ blue 254

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

Shades of Medium Purple #AB61FE

Tints of Medium Purple #AB61FE

RGB

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

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

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

R = 32.76%
G = 18.58%
B = 48.66%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB61FE (or 0xAB61FE) is known color: Medium Purple. HEX triplet: AB, 61 and FE. RGB value is (171,97,254). Sum of RGB (Red+Green+Blue) = 171+97+254=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61FE is #549E01. Grayscale: #888888. Windows color (decimal): -5545474 or 16671147. OLE color: 16671147.

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

Color convert

RGB 171 97 254 -
CMYK 0.33 0.62 0 0.00
HSL 268.28º 0.99% 0.69% -
HSV(B) 268.28º 0.62% 1% -
XYZ 38.96 24.36 96.42 -
YUV 137.02 194.02 152.23 -
System Red Green Blue C M Y K H S L
Decimal 171 97 254 0.33 0.62 0 0.00 268.28 0.99 0.69
Hex AB 61 FE 21 3E 0 0 10C 63 45
Octal 253 141 376 41 76 0 0 414 143 105
Binary 10101011 1100001 11111110 100001 111110 0 0 100001100 1100011 1000101

Color Harmonies of #AB61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61FE

Black with #AB61FE

Text Example


Text Example

White with #AB61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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