Html Css Color HEX #A570F8 Medium Purple

📋 copy color: '#A570F8'

red 165 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #A570F8

Tints of Medium Purple #A570F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 31.43%
G = 21.33%
B = 47.24%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A570F8 (or 0xA570F8) is known color: Medium Purple. HEX triplet: A5, 70 and F8. RGB value is (165,112,248). Sum of RGB (Red+Green+Blue) = 165+112+248=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A570F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570F8 is #5A8F07. Grayscale: #8E8E8E. Windows color (decimal): -5934856 or 16281765. OLE color: 16281765.

HSL color Cylindrical-coordinate representation of color #A570F8: hue angle of 263.38º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A570F8 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 112 248 -
CMYK 0.33 0.55 0 0.03
HSL 263.38º 0.91% 0.71% -
HSV(B) 263.38º 0.55% 0.97% -
XYZ 38.25 26.36 91.88 -
YUV 143.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 165 112 248 0.33 0.55 0 0.03 263.38 0.91 0.71
Hex A5 70 F8 21 37 0 3 107 5B 47
Octal 245 160 370 41 67 0 3 407 133 107
Binary 10100101 1110000 11111000 100001 110111 0 11 100000111 1011011 1000111

Color Harmonies of #A570F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570F8

Black with #A570F8

Text Example


Text Example

White with #A570F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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