Html Css Color HEX #A6609F Violet Blue

📋 copy color: '#A6609F'

red 166 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #A6609F

Tints of Violet Blue #A6609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 39.43%
G = 22.8%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6609F (or 0xA6609F) is known color: Violet Blue. HEX triplet: A6, 60 and 9F. RGB value is (166,96,159). Sum of RGB (Red+Green+Blue) = 166+96+159=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6609F is #599F60. Grayscale: #7B7B7B. Windows color (decimal): -5873505 or 10444966. OLE color: 10444966.

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

Color convert

RGB 166 96 159 -
CMYK 0 0.42 0.04 0.35
HSL 306º 0.28% 0.51% -
HSV(B) 306º 0.42% 0.65% -
XYZ 26.17 18.98 35.08 -
YUV 124.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 166 96 159 0 0.42 0.04 0.35 306 0.28 0.51
Hex A6 60 9F 0 2A 4 23 132 1C 33
Octal 246 140 237 0 52 4 43 462 34 63
Binary 10100110 1100000 10011111 0 101010 100 100011 100110010 11100 110011

Color Harmonies of #A6609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6609F

Black with #A6609F

Text Example


Text Example

White with #A6609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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