Html Css Color HEX #A564EA Medium Purple

📋 copy color: '#A564EA'

red 165 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #A564EA

Tints of Medium Purple #A564EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 33.07%
G = 20.04%
B = 46.89%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A564EA (or 0xA564EA) is known color: Medium Purple. HEX triplet: A5, 64 and EA. RGB value is (165,100,234). Sum of RGB (Red+Green+Blue) = 165+100+234=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A564EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564EA is #5A9B15. Grayscale: #868686. Windows color (decimal): -5937942 or 15361189. OLE color: 15361189.

HSL color Cylindrical-coordinate representation of color #A564EA: hue angle of 269.1º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A564EA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 100 234 -
CMYK 0.29 0.57 0 0.08
HSL 269.1º 0.76% 0.65% -
HSV(B) 269.1º 0.57% 0.92% -
XYZ 34.93 23.05 80.45 -
YUV 134.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 165 100 234 0.29 0.57 0 0.08 269.1 0.76 0.65
Hex A5 64 EA 1D 39 0 8 10D 4C 41
Octal 245 144 352 35 71 0 10 415 114 101
Binary 10100101 1100100 11101010 11101 111001 0 1000 100001101 1001100 1000001

Color Harmonies of #A564EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564EA

Black with #A564EA

Text Example


Text Example

White with #A564EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564EA; }

 p { color: rgb(165,100,234); }

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

background-color css

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

 a { background-color: rgb(165,100,234); }

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

border-color css

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

 span { border-color: rgb(165,100,234); }

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