Html Css Color HEX #A57AF3 Medium Purple

📋 copy color: '#A57AF3'

red 165 ◦ green 122 ◦ blue 243

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

Shades of Medium Purple #A57AF3

Tints of Medium Purple #A57AF3

RGB

 RED value IS 165 (64.84% from 255) = 31.13%

 GREEN value IS 122 (48.05% from 255) = 23.02%

 BLUE value IS 243 (95.31% from 255) = 45.85%

R = 31.13%
G = 23.02%
B = 45.85%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A57AF3 (or 0xA57AF3) is known color: Medium Purple. HEX triplet: A5, 7A and F3. RGB value is (165,122,243). Sum of RGB (Red+Green+Blue) = 165+122+243=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A57AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AF3 is #5A850C. Grayscale: #949494. Windows color (decimal): -5932301 or 15956645. OLE color: 15956645.

HSL color Cylindrical-coordinate representation of color #A57AF3: hue angle of 261.32º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57AF3 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 122 243 -
CMYK 0.32 0.50 0 0.05
HSL 261.32º 0.83% 0.72% -
HSV(B) 261.32º 0.5% 0.95% -
XYZ 38.65 28.39 88.24 -
YUV 148.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 165 122 243 0.32 0.50 0 0.05 261.32 0.83 0.72
Hex A5 7A F3 20 32 0 5 105 53 48
Octal 245 172 363 40 62 0 5 405 123 110
Binary 10100101 1111010 11110011 100000 110010 0 101 100000101 1010011 1001000

Color Harmonies of #A57AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AF3

Black with #A57AF3

Text Example


Text Example

White with #A57AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AF3; }

 p { color: rgb(165,122,243); }

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

background-color css

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

 a { background-color: rgb(165,122,243); }

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

border-color css

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

 span { border-color: rgb(165,122,243); }

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