Html Css Color HEX #A6469A Violet Blue

📋 copy color: '#A6469A'

red 166 ◦ green 70 ◦ blue 154

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

Shades of Violet Blue #A6469A

Tints of Violet Blue #A6469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

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

R = 42.56%
G = 17.95%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6469A (or 0xA6469A) is known color: Violet Blue. HEX triplet: A6, 46 and 9A. RGB value is (166,70,154). Sum of RGB (Red+Green+Blue) = 166+70+154=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469A is #59B965. Grayscale: #6C6C6C. Windows color (decimal): -5880166 or 10110630. OLE color: 10110630.

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

Color convert

RGB 166 70 154 -
CMYK 0 0.58 0.07 0.35
HSL 307.5º 0.41% 0.46% -
HSV(B) 307.5º 0.58% 0.65% -
XYZ 23.75 14.82 32.18 -
YUV 108.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 166 70 154 0 0.58 0.07 0.35 307.5 0.41 0.46
Hex A6 46 9A 0 3A 7 23 134 29 2E
Octal 246 106 232 0 72 7 43 464 51 56
Binary 10100110 1000110 10011010 0 111010 111 100011 100110100 101001 101110

Color Harmonies of #A6469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6469A

Black with #A6469A

Text Example


Text Example

White with #A6469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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