Html Css Color HEX #A153FE Medium Purple

📋 copy color: '#A153FE'

red 161 ◦ green 83 ◦ blue 254

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

Shades of Medium Purple #A153FE

Tints of Medium Purple #A153FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 32.33%
G = 16.67%
B = 51%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A153FE (or 0xA153FE) is known color: Medium Purple. HEX triplet: A1, 53 and FE. RGB value is (161,83,254). Sum of RGB (Red+Green+Blue) = 161+83+254=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #A153FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153FE is #5EAC01. Grayscale: #7D7D7D. Windows color (decimal): -6204418 or 16667553. OLE color: 16667553.

HSL color Cylindrical-coordinate representation of color #A153FE: hue angle of 267.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A153FE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 83 254 -
CMYK 0.37 0.67 0 0.00
HSL 267.37º 0.99% 0.66% -
HSV(B) 267.37º 0.67% 1% -
XYZ 35.68 20.92 95.92 -
YUV 125.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 161 83 254 0.37 0.67 0 0.00 267.37 0.99 0.66
Hex A1 53 FE 25 43 0 0 10B 63 42
Octal 241 123 376 45 103 0 0 413 143 102
Binary 10100001 1010011 11111110 100101 1000011 0 0 100001011 1100011 1000010

Color Harmonies of #A153FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153FE

Black with #A153FE

Text Example


Text Example

White with #A153FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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