Html Css Color HEX #A571E6 Medium Purple

📋 copy color: '#A571E6'

red 165 ◦ green 113 ◦ blue 230

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

Shades of Medium Purple #A571E6

Tints of Medium Purple #A571E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 32.48%
G = 22.24%
B = 45.28%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A571E6 (or 0xA571E6) is known color: Medium Purple. HEX triplet: A5, 71 and E6. RGB value is (165,113,230). Sum of RGB (Red+Green+Blue) = 165+113+230=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A571E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A571E6 is #5A8E19. Grayscale: #8D8D8D. Windows color (decimal): -5934618 or 15102373. OLE color: 15102373.

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

Color convert

RGB 165 113 230 -
CMYK 0.28 0.51 0 0.10
HSL 266.67º 0.7% 0.67% -
HSV(B) 266.67º 0.51% 0.9% -
XYZ 35.71 25.52 77.91 -
YUV 141.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 165 113 230 0.28 0.51 0 0.10 266.67 0.7 0.67
Hex A5 71 E6 1C 33 0 A 10B 46 43
Octal 245 161 346 34 63 0 12 413 106 103
Binary 10100101 1110001 11100110 11100 110011 0 1010 100001011 1000110 1000011

Color Harmonies of #A571E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571E6

Black with #A571E6

Text Example


Text Example

White with #A571E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571E6; }

 p { color: rgb(165,113,230); }

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

background-color css

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

 a { background-color: rgb(165,113,230); }

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

border-color css

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

 span { border-color: rgb(165,113,230); }

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