Html Css Color HEX #A572F0 Medium Purple

📋 copy color: '#A572F0'

red 165 ◦ green 114 ◦ blue 240

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

Shades of Medium Purple #A572F0

Tints of Medium Purple #A572F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.97%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 31.79%
G = 21.97%
B = 46.24%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A572F0 (or 0xA572F0) is known color: Medium Purple. HEX triplet: A5, 72 and F0. RGB value is (165,114,240). Sum of RGB (Red+Green+Blue) = 165+114+240=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #A572F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572F0 is #5A8D0F. Grayscale: #8F8F8F. Windows color (decimal): -5934352 or 15757989. OLE color: 15757989.

HSL color Cylindrical-coordinate representation of color #A572F0: hue angle of 264.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A572F0 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 114 240 -
CMYK 0.31 0.52 0 0.06
HSL 264.29º 0.81% 0.69% -
HSV(B) 264.29º 0.53% 0.94% -
XYZ 37.26 26.33 85.56 -
YUV 143.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 165 114 240 0.31 0.52 0 0.06 264.29 0.81 0.69
Hex A5 72 F0 1F 34 0 6 108 51 45
Octal 245 162 360 37 64 0 6 410 121 105
Binary 10100101 1110010 11110000 11111 110100 0 110 100001000 1010001 1000101

Color Harmonies of #A572F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572F0

Black with #A572F0

Text Example


Text Example

White with #A572F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572F0; }

 p { color: rgb(165,114,240); }

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

background-color css

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

 a { background-color: rgb(165,114,240); }

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

border-color css

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

 span { border-color: rgb(165,114,240); }

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