Html Css Color HEX #A153FA Medium Purple

📋 copy color: '#A153FA'

red 161 ◦ green 83 ◦ blue 250

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

Shades of Medium Purple #A153FA

Tints of Medium Purple #A153FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

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

R = 32.59%
G = 16.8%
B = 50.61%

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

#A153FA (or 0xA153FA) is known color: Medium Purple. HEX triplet: A1, 53 and FA. RGB value is (161,83,250). Sum of RGB (Red+Green+Blue) = 161+83+250=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #A153FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153FA is #5EAC05. Grayscale: #7C7C7C. Windows color (decimal): -6204422 or 16405409. OLE color: 16405409.

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

Color convert

RGB 161 83 250 -
CMYK 0.36 0.67 0 0.02
HSL 268.02º 0.94% 0.65% -
HSV(B) 268.02º 0.67% 0.98% -
XYZ 35.05 20.67 92.58 -
YUV 125.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 161 83 250 0.36 0.67 0 0.02 268.02 0.94 0.65
Hex A1 53 FA 24 43 0 2 10C 5E 41
Octal 241 123 372 44 103 0 2 414 136 101
Binary 10100001 1010011 11111010 100100 1000011 0 10 100001100 1011110 1000001

Color Harmonies of #A153FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153FA

Black with #A153FA

Text Example


Text Example

White with #A153FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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