Html Css Color HEX #A6609C Violet Blue

📋 copy color: '#A6609C'

red 166 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #A6609C

Tints of Violet Blue #A6609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 39.71%
G = 22.97%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6609C (or 0xA6609C) is known color: Violet Blue. HEX triplet: A6, 60 and 9C. RGB value is (166,96,156). Sum of RGB (Red+Green+Blue) = 166+96+156=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6609C is #599F63. Grayscale: #7B7B7B. Windows color (decimal): -5873508 or 10248358. OLE color: 10248358.

HSL color Cylindrical-coordinate representation of color #A6609C: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6609C is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 156 -
CMYK 0 0.42 0.06 0.35
HSL 308.57º 0.28% 0.51% -
HSV(B) 308.57º 0.42% 0.65% -
XYZ 25.91 18.87 33.73 -
YUV 123.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 166 96 156 0 0.42 0.06 0.35 308.57 0.28 0.51
Hex A6 60 9C 0 2A 6 23 135 1C 33
Octal 246 140 234 0 52 6 43 465 34 63
Binary 10100110 1100000 10011100 0 101010 110 100011 100110101 11100 110011

Color Harmonies of #A6609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6609C

Black with #A6609C

Text Example


Text Example

White with #A6609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6609C; }

 p { color: rgb(166,96,156); }

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

background-color css

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

 a { background-color: rgb(166,96,156); }

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

border-color css

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

 span { border-color: rgb(166,96,156); }

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