Html Css Color HEX #A565EE Medium Purple

📋 copy color: '#A565EE'

red 165 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #A565EE

Tints of Medium Purple #A565EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 32.74%
G = 20.04%
B = 47.22%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A565EE (or 0xA565EE) is known color: Medium Purple. HEX triplet: A5, 65 and EE. RGB value is (165,101,238). Sum of RGB (Red+Green+Blue) = 165+101+238=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A565EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565EE is #5A9A11. Grayscale: #878787. Windows color (decimal): -5937682 or 15623589. OLE color: 15623589.

HSL color Cylindrical-coordinate representation of color #A565EE: hue angle of 268.03º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A565EE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 101 238 -
CMYK 0.31 0.58 0 0.07
HSL 268.03º 0.8% 0.66% -
HSV(B) 268.03º 0.58% 0.93% -
XYZ 35.6 23.48 83.54 -
YUV 135.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 165 101 238 0.31 0.58 0 0.07 268.03 0.8 0.66
Hex A5 65 EE 1F 3A 0 7 10C 50 42
Octal 245 145 356 37 72 0 7 414 120 102
Binary 10100101 1100101 11101110 11111 111010 0 111 100001100 1010000 1000010

Color Harmonies of #A565EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565EE

Black with #A565EE

Text Example


Text Example

White with #A565EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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