Html Css Color HEX #A6449C Violet Blue

📋 copy color: '#A6449C'

red 166 ◦ green 68 ◦ blue 156

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

Shades of Violet Blue #A6449C

Tints of Violet Blue #A6449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 42.56%
G = 17.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6449C (or 0xA6449C) is known color: Violet Blue. HEX triplet: A6, 44 and 9C. RGB value is (166,68,156). Sum of RGB (Red+Green+Blue) = 166+68+156=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6449C is #59BB63. Grayscale: #6B6B6B. Windows color (decimal): -5880676 or 10241190. OLE color: 10241190.

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

Color convert

RGB 166 68 156 -
CMYK 0 0.59 0.06 0.35
HSL 306.12º 0.42% 0.46% -
HSV(B) 306.12º 0.59% 0.65% -
XYZ 23.79 14.64 33.02 -
YUV 107.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 166 68 156 0 0.59 0.06 0.35 306.12 0.42 0.46
Hex A6 44 9C 0 3B 6 23 132 2A 2E
Octal 246 104 234 0 73 6 43 462 52 56
Binary 10100110 1000100 10011100 0 111011 110 100011 100110010 101010 101110

Color Harmonies of #A6449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6449C

Black with #A6449C

Text Example


Text Example

White with #A6449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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