Html Css Color HEX #A565AD Violet Blue

📋 copy color: '#A565AD'

red 165 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #A565AD

Tints of Violet Blue #A565AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 37.59%
G = 23.01%
B = 39.41%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A565AD (or 0xA565AD) is known color: Violet Blue. HEX triplet: A5, 65 and AD. RGB value is (165,101,173). Sum of RGB (Red+Green+Blue) = 165+101+173=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A565AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565AD is #5A9A52. Grayscale: #808080. Windows color (decimal): -5937747 or 11363749. OLE color: 11363749.

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

Color convert

RGB 165 101 173 -
CMYK 0.05 0.42 0 0.32
HSL 293.33º 0.31% 0.54% -
HSV(B) 293.33º 0.42% 0.68% -
XYZ 27.71 20.32 42 -
YUV 128.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 165 101 173 0.05 0.42 0 0.32 293.33 0.31 0.54
Hex A5 65 AD 5 2A 0 20 125 1F 36
Octal 245 145 255 5 52 0 40 445 37 66
Binary 10100101 1100101 10101101 101 101010 0 100000 100100101 11111 110110

Color Harmonies of #A565AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565AD

Black with #A565AD

Text Example


Text Example

White with #A565AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565AD; }

 p { color: rgb(165,101,173); }

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

background-color css

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

 a { background-color: rgb(165,101,173); }

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

border-color css

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

 span { border-color: rgb(165,101,173); }

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