Html Css Color HEX #AB62F1 Medium Purple

📋 copy color: '#AB62F1'

red 171 ◦ green 98 ◦ blue 241

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

Shades of Medium Purple #AB62F1

Tints of Medium Purple #AB62F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.22%

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 33.53%
G = 19.22%
B = 47.25%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB62F1 (or 0xAB62F1) is known color: Medium Purple. HEX triplet: AB, 62 and F1. RGB value is (171,98,241). Sum of RGB (Red+Green+Blue) = 171+98+241=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB62F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB62F1 is #549D0E. Grayscale: #878787. Windows color (decimal): -5545231 or 15819435. OLE color: 15819435.

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

Color convert

RGB 171 98 241 -
CMYK 0.29 0.59 0 0.05
HSL 270.63º 0.84% 0.66% -
HSV(B) 270.63º 0.59% 0.95% -
XYZ 37.04 23.74 85.85 -
YUV 136.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 171 98 241 0.29 0.59 0 0.05 270.63 0.84 0.66
Hex AB 62 F1 1D 3B 0 5 10F 54 42
Octal 253 142 361 35 73 0 5 417 124 102
Binary 10101011 1100010 11110001 11101 111011 0 101 100001111 1010100 1000010

Color Harmonies of #AB62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62F1

Black with #AB62F1

Text Example


Text Example

White with #AB62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62F1; }

 p { color: rgb(171,98,241); }

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

background-color css

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

 a { background-color: rgb(171,98,241); }

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

border-color css

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

 span { border-color: rgb(171,98,241); }

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