Html Css Color HEX #A6609A Violet Blue

📋 copy color: '#A6609A'

red 166 ◦ green 96 ◦ blue 154

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

Shades of Violet Blue #A6609A

Tints of Violet Blue #A6609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 39.9%
G = 23.08%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6609A (or 0xA6609A) is known color: Violet Blue. HEX triplet: A6, 60 and 9A. RGB value is (166,96,154). Sum of RGB (Red+Green+Blue) = 166+96+154=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A6609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6609A is #599F65. Grayscale: #7B7B7B. Windows color (decimal): -5873510 or 10117286. OLE color: 10117286.

HSL color Cylindrical-coordinate representation of color #A6609A: hue angle of 310.29º 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 #A6609A is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 154 -
CMYK 0 0.42 0.07 0.35
HSL 310.29º 0.28% 0.51% -
HSV(B) 310.29º 0.42% 0.65% -
XYZ 25.74 18.81 32.85 -
YUV 123.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 166 96 154 0 0.42 0.07 0.35 310.29 0.28 0.51
Hex A6 60 9A 0 2A 7 23 136 1C 33
Octal 246 140 232 0 52 7 43 466 34 63
Binary 10100110 1100000 10011010 0 101010 111 100011 100110110 11100 110011

Color Harmonies of #A6609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6609A

Black with #A6609A

Text Example


Text Example

White with #A6609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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