Html Css Color HEX #A57DF2 Medium Purple

📋 copy color: '#A57DF2'

red 165 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #A57DF2

Tints of Medium Purple #A57DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 31.02%
G = 23.5%
B = 45.49%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A57DF2 (or 0xA57DF2) is known color: Medium Purple. HEX triplet: A5, 7D and F2. RGB value is (165,125,242). Sum of RGB (Red+Green+Blue) = 165+125+242=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #A57DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DF2 is #5A820D. Grayscale: #959595. Windows color (decimal): -5931534 or 15891877. OLE color: 15891877.

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

Color convert

RGB 165 125 242 -
CMYK 0.32 0.48 0 0.05
HSL 260.51º 0.82% 0.72% -
HSV(B) 260.51º 0.48% 0.95% -
XYZ 38.88 29.08 87.57 -
YUV 150.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 165 125 242 0.32 0.48 0 0.05 260.51 0.82 0.72
Hex A5 7D F2 20 30 0 5 105 52 48
Octal 245 175 362 40 60 0 5 405 122 110
Binary 10100101 1111101 11110010 100000 110000 0 101 100000101 1010010 1001000

Color Harmonies of #A57DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DF2

Black with #A57DF2

Text Example


Text Example

White with #A57DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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