Html Css Color HEX #A57DFA Medium Purple

📋 copy color: '#A57DFA'

red 165 ◦ green 125 ◦ blue 250

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

Shades of Medium Purple #A57DFA

Tints of Medium Purple #A57DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 30.56%
G = 23.15%
B = 46.3%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A57DFA (or 0xA57DFA) is known color: Medium Purple. HEX triplet: A5, 7D and FA. RGB value is (165,125,250). Sum of RGB (Red+Green+Blue) = 165+125+250=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #A57DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DFA is #5A8205. Grayscale: #969696. Windows color (decimal): -5931526 or 16416165. OLE color: 16416165.

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

Color convert

RGB 165 125 250 -
CMYK 0.34 0.50 0 0.02
HSL 259.2º 0.93% 0.74% -
HSV(B) 259.2º 0.5% 0.98% -
XYZ 40.11 29.57 94.04 -
YUV 151.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 165 125 250 0.34 0.50 0 0.02 259.2 0.93 0.74
Hex A5 7D FA 22 32 0 2 103 5D 4A
Octal 245 175 372 42 62 0 2 403 135 112
Binary 10100101 1111101 11111010 100010 110010 0 10 100000011 1011101 1001010

Color Harmonies of #A57DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DFA

Black with #A57DFA

Text Example


Text Example

White with #A57DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DFA; }

 p { color: rgb(165,125,250); }

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

background-color css

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

 a { background-color: rgb(165,125,250); }

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

border-color css

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

 span { border-color: rgb(165,125,250); }

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