Html Css Color HEX #AB75F1 Medium Purple

📋 copy color: '#AB75F1'

red 171 ◦ green 117 ◦ blue 241

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

Shades of Medium Purple #AB75F1

Tints of Medium Purple #AB75F1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 32.33%
G = 22.12%
B = 45.56%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB75F1 (or 0xAB75F1) is known color: Medium Purple. HEX triplet: AB, 75 and F1. RGB value is (171,117,241). Sum of RGB (Red+Green+Blue) = 171+117+241=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB75F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB75F1 is #548A0E. Grayscale: #929292. Windows color (decimal): -5540367 or 15824299. OLE color: 15824299.

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

Color convert

RGB 171 117 241 -
CMYK 0.29 0.51 0 0.05
HSL 266.13º 0.82% 0.7% -
HSV(B) 266.13º 0.51% 0.95% -
XYZ 39.03 27.73 86.51 -
YUV 147.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 171 117 241 0.29 0.51 0 0.05 266.13 0.82 0.7
Hex AB 75 F1 1D 33 0 5 10A 52 46
Octal 253 165 361 35 63 0 5 412 122 106
Binary 10101011 1110101 11110001 11101 110011 0 101 100001010 1010010 1000110

Color Harmonies of #AB75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75F1

Black with #AB75F1

Text Example


Text Example

White with #AB75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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