Html Css Color HEX #A953FF Medium Purple

📋 copy color: '#A953FF'

red 169 ◦ green 83 ◦ blue 255

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

Shades of Medium Purple #A953FF

Tints of Medium Purple #A953FF

RGB

 RED value IS 169 (66.41% from 255) = 33.33%

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 33.33%
G = 16.37%
B = 50.3%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A953FF (or 0xA953FF) is known color: Medium Purple. HEX triplet: A9, 53 and FF. RGB value is (169,83,255). Sum of RGB (Red+Green+Blue) = 169+83+255=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A953FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953FF is #56AC00. Grayscale: #7F7F7F. Windows color (decimal): -5680129 or 16733097. OLE color: 16733097.

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

Color convert

RGB 169 83 255 -
CMYK 0.34 0.67 0 0
HSL 270º 1% 0.66% -
HSV(B) 270º 0.67% 1% -
XYZ 37.51 21.84 96.85 -
YUV 128.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 169 83 255 0.34 0.67 0 0 270 1 0.66
Hex A9 53 FF 22 43 0 0 10E 64 42
Octal 251 123 377 42 103 0 0 416 144 102
Binary 10101001 1010011 11111111 100010 1000011 0 0 100001110 1100100 1000010

Color Harmonies of #A953FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953FF

Black with #A953FF

Text Example


Text Example

White with #A953FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953FF; }

 p { color: rgb(169,83,255); }

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

background-color css

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

 a { background-color: rgb(169,83,255); }

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

border-color css

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

 span { border-color: rgb(169,83,255); }

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