Html Css Color HEX #A565E5 Medium Purple

📋 copy color: '#A565E5'

red 165 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #A565E5

Tints of Medium Purple #A565E5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.4%

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

R = 33.33%
G = 20.4%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A565E5 (or 0xA565E5) is known color: Medium Purple. HEX triplet: A5, 65 and E5. RGB value is (165,101,229). Sum of RGB (Red+Green+Blue) = 165+101+229=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #A565E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565E5 is #5A9A1A. Grayscale: #868686. Windows color (decimal): -5937691 or 15033765. OLE color: 15033765.

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

Color convert

RGB 165 101 229 -
CMYK 0.28 0.56 0 0.10
HSL 270º 0.71% 0.65% -
HSV(B) 270º 0.56% 0.9% -
XYZ 34.31 22.96 76.75 -
YUV 134.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 165 101 229 0.28 0.56 0 0.10 270 0.71 0.65
Hex A5 65 E5 1C 38 0 A 10E 47 41
Octal 245 145 345 34 70 0 12 416 107 101
Binary 10100101 1100101 11100101 11100 111000 0 1010 100001110 1000111 1000001

Color Harmonies of #A565E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565E5

Black with #A565E5

Text Example


Text Example

White with #A565E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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