Html Css Color HEX #A572E5 Medium Purple

📋 copy color: '#A572E5'

red 165 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #A572E5

Tints of Medium Purple #A572E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 32.48%
G = 22.44%
B = 45.08%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A572E5 (or 0xA572E5) is known color: Medium Purple. HEX triplet: A5, 72 and E5. RGB value is (165,114,229). Sum of RGB (Red+Green+Blue) = 165+114+229=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #A572E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572E5 is #5A8D1A. Grayscale: #8D8D8D. Windows color (decimal): -5934363 or 15037093. OLE color: 15037093.

HSL color Cylindrical-coordinate representation of color #A572E5: hue angle of 266.61º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A572E5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 114 229 -
CMYK 0.28 0.50 0 0.10
HSL 266.61º 0.69% 0.67% -
HSV(B) 266.61º 0.5% 0.9% -
XYZ 35.68 25.69 77.21 -
YUV 142.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 165 114 229 0.28 0.50 0 0.10 266.61 0.69 0.67
Hex A5 72 E5 1C 32 0 A 10B 45 43
Octal 245 162 345 34 62 0 12 413 105 103
Binary 10100101 1110010 11100101 11100 110010 0 1010 100001011 1000101 1000011

Color Harmonies of #A572E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572E5

Black with #A572E5

Text Example


Text Example

White with #A572E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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