Html Css Color HEX #A570DF Medium Purple

📋 copy color: '#A570DF'

red 165 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #A570DF

Tints of Medium Purple #A570DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 33%
G = 22.4%
B = 44.6%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A570DF (or 0xA570DF) is known color: Medium Purple. HEX triplet: A5, 70 and DF. RGB value is (165,112,223). Sum of RGB (Red+Green+Blue) = 165+112+223=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A570DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570DF is #5A8F20. Grayscale: #8C8C8C. Windows color (decimal): -5934881 or 14643365. OLE color: 14643365.

HSL color Cylindrical-coordinate representation of color #A570DF: hue angle of 268.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A570DF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 112 223 -
CMYK 0.26 0.50 0 0.13
HSL 268.65º 0.63% 0.66% -
HSV(B) 268.65º 0.5% 0.87% -
XYZ 34.63 24.92 72.8 -
YUV 140.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 165 112 223 0.26 0.50 0 0.13 268.65 0.63 0.66
Hex A5 70 DF 1A 32 0 D 10D 3F 42
Octal 245 160 337 32 62 0 15 415 77 102
Binary 10100101 1110000 11011111 11010 110010 0 1101 100001101 111111 1000010

Color Harmonies of #A570DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570DF

Black with #A570DF

Text Example


Text Example

White with #A570DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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