Html Css Color HEX #A457FF Medium Purple

📋 copy color: '#A457FF'

red 164 ◦ green 87 ◦ blue 255

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

Shades of Medium Purple #A457FF

Tints of Medium Purple #A457FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.19%

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

R = 32.41%
G = 17.19%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A457FF (or 0xA457FF) is known color: Medium Purple. HEX triplet: A4, 57 and FF. RGB value is (164,87,255). Sum of RGB (Red+Green+Blue) = 164+87+255=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A457FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A457FF is #5BA800. Grayscale: #808080. Windows color (decimal): -6006785 or 16734116. OLE color: 16734116.

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

Color convert

RGB 164 87 255 -
CMYK 0.36 0.66 0 0
HSL 267.5º 1% 0.67% -
HSV(B) 267.5º 0.66% 1% -
XYZ 36.77 21.93 96.9 -
YUV 129.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 164 87 255 0.36 0.66 0 0 267.5 1 0.67
Hex A4 57 FF 24 42 0 0 10C 64 43
Octal 244 127 377 44 102 0 0 414 144 103
Binary 10100100 1010111 11111111 100100 1000010 0 0 100001100 1100100 1000011

Color Harmonies of #A457FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457FF

Black with #A457FF

Text Example


Text Example

White with #A457FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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