Html Css Color HEX #A564FA Medium Purple

📋 copy color: '#A564FA'

red 165 ◦ green 100 ◦ blue 250

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

Shades of Medium Purple #A564FA

Tints of Medium Purple #A564FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 32.04%
G = 19.42%
B = 48.54%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A564FA (or 0xA564FA) is known color: Medium Purple. HEX triplet: A5, 64 and FA. RGB value is (165,100,250). Sum of RGB (Red+Green+Blue) = 165+100+250=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #A564FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564FA is #5A9B05. Grayscale: #888888. Windows color (decimal): -5937926 or 16409765. OLE color: 16409765.

HSL color Cylindrical-coordinate representation of color #A564FA: hue angle of 266º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A564FA is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 100 250 -
CMYK 0.34 0.6 0 0.02
HSL 266º 0.94% 0.69% -
HSV(B) 266º 0.6% 0.98% -
XYZ 37.33 24.02 93.11 -
YUV 136.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 165 100 250 0.34 0.6 0 0.02 266 0.94 0.69
Hex A5 64 FA 22 3C 0 2 10A 5E 45
Octal 245 144 372 42 74 0 2 412 136 105
Binary 10100101 1100100 11111010 100010 111100 0 10 100001010 1011110 1000101

Color Harmonies of #A564FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564FA

Black with #A564FA

Text Example


Text Example

White with #A564FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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