Html Css Color HEX #A453FF Medium Purple

📋 copy color: '#A453FF'

red 164 ◦ green 83 ◦ blue 255

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

Shades of Medium Purple #A453FF

Tints of Medium Purple #A453FF

RGB

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

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

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

R = 32.67%
G = 16.53%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A453FF (or 0xA453FF) is known color: Medium Purple. HEX triplet: A4, 53 and FF. RGB value is (164,83,255). Sum of RGB (Red+Green+Blue) = 164+83+255=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #A453FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453FF is #5BAC00. Grayscale: #7E7E7E. Windows color (decimal): -6007809 or 16733092. OLE color: 16733092.

HSL color Cylindrical-coordinate representation of color #A453FF: hue angle of 268.26º 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 #A453FF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 83 255 -
CMYK 0.36 0.67 0 0
HSL 268.26º 1% 0.66% -
HSV(B) 268.26º 0.67% 1% -
XYZ 36.45 21.3 96.8 -
YUV 126.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 164 83 255 0.36 0.67 0 0 268.26 1 0.66
Hex A4 53 FF 24 43 0 0 10C 64 42
Octal 244 123 377 44 103 0 0 414 144 102
Binary 10100100 1010011 11111111 100100 1000011 0 0 100001100 1100100 1000010

Color Harmonies of #A453FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453FF

Black with #A453FF

Text Example


Text Example

White with #A453FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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