Html Css Color HEX #A6469C Violet Blue

📋 copy color: '#A6469C'

red 166 ◦ green 70 ◦ blue 156

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

Shades of Violet Blue #A6469C

Tints of Violet Blue #A6469C

RGB

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

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

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

R = 42.35%
G = 17.86%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6469C (or 0xA6469C) is known color: Violet Blue. HEX triplet: A6, 46 and 9C. RGB value is (166,70,156). Sum of RGB (Red+Green+Blue) = 166+70+156=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469C is #59B963. Grayscale: #6C6C6C. Windows color (decimal): -5880164 or 10241702. OLE color: 10241702.

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

Color convert

RGB 166 70 156 -
CMYK 0 0.58 0.06 0.35
HSL 306.25º 0.41% 0.46% -
HSV(B) 306.25º 0.58% 0.65% -
XYZ 23.92 14.89 33.07 -
YUV 108.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 166 70 156 0 0.58 0.06 0.35 306.25 0.41 0.46
Hex A6 46 9C 0 3A 6 23 132 29 2E
Octal 246 106 234 0 72 6 43 462 51 56
Binary 10100110 1000110 10011100 0 111010 110 100011 100110010 101001 101110

Color Harmonies of #A6469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6469C

Black with #A6469C

Text Example


Text Example

White with #A6469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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