Html Css Color HEX #A566AA Violet Blue

📋 copy color: '#A566AA'

red 165 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #A566AA

Tints of Violet Blue #A566AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.34%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 37.76%
G = 23.34%
B = 38.9%

CMYK

 C value IS 0.03

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A566AA (or 0xA566AA) is known color: Violet Blue. HEX triplet: A5, 66 and AA. RGB value is (165,102,170). Sum of RGB (Red+Green+Blue) = 165+102+170=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A566AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566AA is #5A9955. Grayscale: #808080. Windows color (decimal): -5937494 or 11167397. OLE color: 11167397.

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

Color convert

RGB 165 102 170 -
CMYK 0.03 0.4 0 0.33
HSL 295.59º 0.29% 0.53% -
HSV(B) 295.59º 0.4% 0.67% -
XYZ 27.52 20.4 40.52 -
YUV 128.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 165 102 170 0.03 0.4 0 0.33 295.59 0.29 0.53
Hex A5 66 AA 3 28 0 21 128 1D 35
Octal 245 146 252 3 50 0 41 450 35 65
Binary 10100101 1100110 10101010 11 101000 0 100001 100101000 11101 110101

Color Harmonies of #A566AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566AA

Black with #A566AA

Text Example


Text Example

White with #A566AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566AA; }

 p { color: rgb(165,102,170); }

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

background-color css

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

 a { background-color: rgb(165,102,170); }

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

border-color css

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

 span { border-color: rgb(165,102,170); }

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