Html Css Color HEX #A45AFE Medium Purple

📋 copy color: '#A45AFE'

red 164 ◦ green 90 ◦ blue 254

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

Shades of Medium Purple #A45AFE

Tints of Medium Purple #A45AFE

RGB

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

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

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

R = 32.28%
G = 17.72%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A45AFE (or 0xA45AFE) is known color: Medium Purple. HEX triplet: A4, 5A and FE. RGB value is (164,90,254). Sum of RGB (Red+Green+Blue) = 164+90+254=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #A45AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AFE is #5BA501. Grayscale: #828282. Windows color (decimal): -6006018 or 16669348. OLE color: 16669348.

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

Color convert

RGB 164 90 254 -
CMYK 0.35 0.65 0 0.00
HSL 267.07º 0.99% 0.67% -
HSV(B) 267.07º 0.65% 1% -
XYZ 36.86 22.36 96.14 -
YUV 130.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 164 90 254 0.35 0.65 0 0.00 267.07 0.99 0.67
Hex A4 5A FE 23 41 0 0 10B 63 43
Octal 244 132 376 43 101 0 0 413 143 103
Binary 10100100 1011010 11111110 100011 1000001 0 0 100001011 1100011 1000011

Color Harmonies of #A45AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AFE

Black with #A45AFE

Text Example


Text Example

White with #A45AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AFE; }

 p { color: rgb(164,90,254); }

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

background-color css

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

 a { background-color: rgb(164,90,254); }

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

border-color css

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

 span { border-color: rgb(164,90,254); }

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