Html Css Color HEX #A564EB Medium Purple

📋 copy color: '#A564EB'

red 165 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #A564EB

Tints of Medium Purple #A564EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 33%
G = 20%
B = 47%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A564EB (or 0xA564EB) is known color: Medium Purple. HEX triplet: A5, 64 and EB. RGB value is (165,100,235). Sum of RGB (Red+Green+Blue) = 165+100+235=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #A564EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564EB is #5A9B14. Grayscale: #868686. Windows color (decimal): -5937941 or 15426725. OLE color: 15426725.

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

Color convert

RGB 165 100 235 -
CMYK 0.30 0.57 0 0.08
HSL 268.89º 0.77% 0.66% -
HSV(B) 268.89º 0.57% 0.92% -
XYZ 35.07 23.11 81.21 -
YUV 134.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 165 100 235 0.30 0.57 0 0.08 268.89 0.77 0.66
Hex A5 64 EB 1E 39 0 8 10D 4D 42
Octal 245 144 353 36 71 0 10 415 115 102
Binary 10100101 1100100 11101011 11110 111001 0 1000 100001101 1001101 1000010

Color Harmonies of #A564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564EB

Black with #A564EB

Text Example


Text Example

White with #A564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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