Html Css Color HEX #A152FA Medium Purple

📋 copy color: '#A152FA'

red 161 ◦ green 82 ◦ blue 250

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

Shades of Medium Purple #A152FA

Tints of Medium Purple #A152FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 32.66%
G = 16.63%
B = 50.71%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A152FA (or 0xA152FA) is known color: Medium Purple. HEX triplet: A1, 52 and FA. RGB value is (161,82,250). Sum of RGB (Red+Green+Blue) = 161+82+250=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #A152FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152FA is #5EAD05. Grayscale: #7C7C7C. Windows color (decimal): -6204678 or 16405153. OLE color: 16405153.

HSL color Cylindrical-coordinate representation of color #A152FA: hue angle of 268.21º degrees, saturation: 0.94, 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 #A152FA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 82 250 -
CMYK 0.36 0.67 0 0.02
HSL 268.21º 0.94% 0.65% -
HSV(B) 268.21º 0.67% 0.98% -
XYZ 34.97 20.51 92.56 -
YUV 124.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 161 82 250 0.36 0.67 0 0.02 268.21 0.94 0.65
Hex A1 52 FA 24 43 0 2 10C 5E 41
Octal 241 122 372 44 103 0 2 414 136 101
Binary 10100001 1010010 11111010 100100 1000011 0 10 100001100 1011110 1000001

Color Harmonies of #A152FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152FA

Black with #A152FA

Text Example


Text Example

White with #A152FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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