Html Css Color HEX #A564AE Violet Blue

📋 copy color: '#A564AE'

red 165 ◦ green 100 ◦ blue 174

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

Shades of Violet Blue #A564AE

Tints of Violet Blue #A564AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 37.59%
G = 22.78%
B = 39.64%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A564AE (or 0xA564AE) is known color: Violet Blue. HEX triplet: A5, 64 and AE. RGB value is (165,100,174). Sum of RGB (Red+Green+Blue) = 165+100+174=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A564AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AE is #5A9B51. Grayscale: #7F7F7F. Windows color (decimal): -5938002 or 11429029. OLE color: 11429029.

HSL color Cylindrical-coordinate representation of color #A564AE: hue angle of 292.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A564AE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 100 174 -
CMYK 0.05 0.43 0 0.32
HSL 292.7º 0.31% 0.54% -
HSV(B) 292.7º 0.43% 0.68% -
XYZ 27.71 20.17 42.48 -
YUV 127.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 165 100 174 0.05 0.43 0 0.32 292.7 0.31 0.54
Hex A5 64 AE 5 2B 0 20 125 1F 36
Octal 245 144 256 5 53 0 40 445 37 66
Binary 10100101 1100100 10101110 101 101011 0 100000 100100101 11111 110110

Color Harmonies of #A564AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564AE

Black with #A564AE

Text Example


Text Example

White with #A564AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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