Html Css Color HEX #A570F9 Medium Purple

📋 copy color: '#A570F9'

red 165 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #A570F9

Tints of Medium Purple #A570F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 31.37%
G = 21.29%
B = 47.34%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A570F9 (or 0xA570F9) is known color: Medium Purple. HEX triplet: A5, 70 and F9. RGB value is (165,112,249). Sum of RGB (Red+Green+Blue) = 165+112+249=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #A570F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570F9 is #5A8F06. Grayscale: #8E8E8E. Windows color (decimal): -5934855 or 16347301. OLE color: 16347301.

HSL color Cylindrical-coordinate representation of color #A570F9: hue angle of 263.21º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A570F9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 112 249 -
CMYK 0.34 0.55 0 0.02
HSL 263.21º 0.92% 0.71% -
HSV(B) 263.21º 0.55% 0.98% -
XYZ 38.41 26.43 92.7 -
YUV 143.47 187.56 143.36 -
System Red Green Blue C M Y K H S L
Decimal 165 112 249 0.34 0.55 0 0.02 263.21 0.92 0.71
Hex A5 70 F9 22 37 0 2 107 5C 47
Octal 245 160 371 42 67 0 2 407 134 107
Binary 10100101 1110000 11111001 100010 110111 0 10 100000111 1011100 1000111

Color Harmonies of #A570F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570F9

Black with #A570F9

Text Example


Text Example

White with #A570F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570F9; }

 p { color: rgb(165,112,249); }

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

background-color css

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

 a { background-color: rgb(165,112,249); }

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

border-color css

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

 span { border-color: rgb(165,112,249); }

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