Html Css Color HEX #A6569B Violet Blue

📋 copy color: '#A6569B'

red 166 ◦ green 86 ◦ blue 155

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

Shades of Violet Blue #A6569B

Tints of Violet Blue #A6569B

RGB

 RED value IS 166 (65.23% from 255) = 40.79%

 GREEN value IS 86 (33.98% from 255) = 21.13%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 40.79%
G = 21.13%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6569B (or 0xA6569B) is known color: Violet Blue. HEX triplet: A6, 56 and 9B. RGB value is (166,86,155). Sum of RGB (Red+Green+Blue) = 166+86+155=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6569B is #59A964. Grayscale: #757575. Windows color (decimal): -5876069 or 10180262. OLE color: 10180262.

HSL color Cylindrical-coordinate representation of color #A6569B: hue angle of 308.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6569B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 155 -
CMYK 0 0.48 0.07 0.35
HSL 308.25º 0.32% 0.49% -
HSV(B) 308.25º 0.48% 0.65% -
XYZ 24.97 17.13 33 -
YUV 117.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 166 86 155 0 0.48 0.07 0.35 308.25 0.32 0.49
Hex A6 56 9B 0 30 7 23 134 20 31
Octal 246 126 233 0 60 7 43 464 40 61
Binary 10100110 1010110 10011011 0 110000 111 100011 100110100 100000 110001

Color Harmonies of #A6569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6569B

Black with #A6569B

Text Example


Text Example

White with #A6569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6569B; }

 p { color: rgb(166,86,155); }

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

background-color css

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

 a { background-color: rgb(166,86,155); }

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

border-color css

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

 span { border-color: rgb(166,86,155); }

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