Html Css Color HEX #A564AB Violet Blue

📋 copy color: '#A564AB'

red 165 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #A564AB

Tints of Violet Blue #A564AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 37.84%
G = 22.94%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A564AB (or 0xA564AB) is known color: Violet Blue. HEX triplet: A5, 64 and AB. RGB value is (165,100,171). Sum of RGB (Red+Green+Blue) = 165+100+171=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A564AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AB is #5A9B54. Grayscale: #7F7F7F. Windows color (decimal): -5938005 or 11232421. OLE color: 11232421.

HSL color Cylindrical-coordinate representation of color #A564AB: hue angle of 294.93º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A564AB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 100 171 -
CMYK 0.04 0.42 0 0.33
HSL 294.93º 0.3% 0.53% -
HSV(B) 294.93º 0.42% 0.67% -
XYZ 27.42 20.05 40.95 -
YUV 127.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 165 100 171 0.04 0.42 0 0.33 294.93 0.3 0.53
Hex A5 64 AB 4 2A 0 21 127 1E 35
Octal 245 144 253 4 52 0 41 447 36 65
Binary 10100101 1100100 10101011 100 101010 0 100001 100100111 11110 110101

Color Harmonies of #A564AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564AB

Black with #A564AB

Text Example


Text Example

White with #A564AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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