Html Css Color HEX #A152F9 Medium Purple

📋 copy color: '#A152F9'

red 161 ◦ green 82 ◦ blue 249

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

Shades of Medium Purple #A152F9

Tints of Medium Purple #A152F9

RGB

 RED value IS 161 (63.28% from 255) = 32.72%

 GREEN value IS 82 (32.42% from 255) = 16.67%

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 32.72%
G = 16.67%
B = 50.61%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A152F9 (or 0xA152F9) is known color: Medium Purple. HEX triplet: A1, 52 and F9. RGB value is (161,82,249). Sum of RGB (Red+Green+Blue) = 161+82+249=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #A152F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152F9 is #5EAD06. Grayscale: #7C7C7C. Windows color (decimal): -6204679 or 16339617. OLE color: 16339617.

HSL color Cylindrical-coordinate representation of color #A152F9: hue angle of 268.38º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A152F9 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 82 249 -
CMYK 0.35 0.67 0 0.02
HSL 268.38º 0.93% 0.65% -
HSV(B) 268.38º 0.67% 0.98% -
XYZ 34.81 20.45 91.74 -
YUV 124.66 198.17 153.92 -
System Red Green Blue C M Y K H S L
Decimal 161 82 249 0.35 0.67 0 0.02 268.38 0.93 0.65
Hex A1 52 F9 23 43 0 2 10C 5D 41
Octal 241 122 371 43 103 0 2 414 135 101
Binary 10100001 1010010 11111001 100011 1000011 0 10 100001100 1011101 1000001

Color Harmonies of #A152F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152F9

Black with #A152F9

Text Example


Text Example

White with #A152F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152F9; }

 p { color: rgb(161,82,249); }

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

background-color css

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

 a { background-color: rgb(161,82,249); }

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

border-color css

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

 span { border-color: rgb(161,82,249); }

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