Html Css Color HEX #A455F9 Medium Purple

📋 copy color: '#A455F9'

red 164 ◦ green 85 ◦ blue 249

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

Shades of Medium Purple #A455F9

Tints of Medium Purple #A455F9

RGB

 RED value IS 164 (64.45% from 255) = 32.93%

 GREEN value IS 85 (33.59% from 255) = 17.07%

 BLUE value IS 249 (97.66% from 255) = 50%

R = 32.93%
G = 17.07%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A455F9 (or 0xA455F9) is known color: Medium Purple. HEX triplet: A4, 55 and F9. RGB value is (164,85,249). Sum of RGB (Red+Green+Blue) = 164+85+249=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #A455F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455F9 is #5BAA06. Grayscale: #7E7E7E. Windows color (decimal): -6007303 or 16340388. OLE color: 16340388.

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

Color convert

RGB 164 85 249 -
CMYK 0.34 0.66 0 0.02
HSL 268.9º 0.93% 0.65% -
HSV(B) 268.9º 0.66% 0.98% -
XYZ 35.66 21.23 91.84 -
YUV 127.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 164 85 249 0.34 0.66 0 0.02 268.9 0.93 0.65
Hex A4 55 F9 22 42 0 2 10D 5D 41
Octal 244 125 371 42 102 0 2 415 135 101
Binary 10100100 1010101 11111001 100010 1000010 0 10 100001101 1011101 1000001

Color Harmonies of #A455F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455F9

Black with #A455F9

Text Example


Text Example

White with #A455F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455F9; }

 p { color: rgb(164,85,249); }

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

background-color css

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

 a { background-color: rgb(164,85,249); }

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

border-color css

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

 span { border-color: rgb(164,85,249); }

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