Html Css Color HEX #A95AFC Medium Purple

📋 copy color: '#A95AFC'

red 169 ◦ green 90 ◦ blue 252

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

Shades of Medium Purple #A95AFC

Tints of Medium Purple #A95AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 33.07%
G = 17.61%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A95AFC (or 0xA95AFC) is known color: Medium Purple. HEX triplet: A9, 5A and FC. RGB value is (169,90,252). Sum of RGB (Red+Green+Blue) = 169+90+252=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A95AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95AFC is #56A503. Grayscale: #838383. Windows color (decimal): -5678340 or 16538281. OLE color: 16538281.

HSL color Cylindrical-coordinate representation of color #A95AFC: hue angle of 269.26º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A95AFC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 90 252 -
CMYK 0.33 0.64 0 0.01
HSL 269.26º 0.96% 0.67% -
HSV(B) 269.26º 0.64% 0.99% -
XYZ 37.59 22.78 94.51 -
YUV 132.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 169 90 252 0.33 0.64 0 0.01 269.26 0.96 0.67
Hex A9 5A FC 21 40 0 1 10D 60 43
Octal 251 132 374 41 100 0 1 415 140 103
Binary 10101001 1011010 11111100 100001 1000000 0 1 100001101 1100000 1000011

Color Harmonies of #A95AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AFC

Black with #A95AFC

Text Example


Text Example

White with #A95AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AFC; }

 p { color: rgb(169,90,252); }

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

background-color css

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

 a { background-color: rgb(169,90,252); }

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

border-color css

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

 span { border-color: rgb(169,90,252); }

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