Html Css Color HEX #A6459B Violet Blue

📋 copy color: '#A6459B'

red 166 ◦ green 69 ◦ blue 155

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

Shades of Violet Blue #A6459B

Tints of Violet Blue #A6459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 42.56%
G = 17.69%
B = 39.74%

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

#A6459B (or 0xA6459B) is known color: Violet Blue. HEX triplet: A6, 45 and 9B. RGB value is (166,69,155). Sum of RGB (Red+Green+Blue) = 166+69+155=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6459B is #59BA64. Grayscale: #6B6B6B. Windows color (decimal): -5880421 or 10175910. OLE color: 10175910.

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

Color convert

RGB 166 69 155 -
CMYK 0 0.58 0.07 0.35
HSL 306.8º 0.41% 0.46% -
HSV(B) 306.8º 0.58% 0.65% -
XYZ 23.77 14.73 32.6 -
YUV 107.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 166 69 155 0 0.58 0.07 0.35 306.8 0.41 0.46
Hex A6 45 9B 0 3A 7 23 133 29 2E
Octal 246 105 233 0 72 7 43 463 51 56
Binary 10100110 1000101 10011011 0 111010 111 100011 100110011 101001 101110

Color Harmonies of #A6459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6459B

Black with #A6459B

Text Example


Text Example

White with #A6459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6459B; }

 p { color: rgb(166,69,155); }

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

background-color css

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

 a { background-color: rgb(166,69,155); }

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

border-color css

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

 span { border-color: rgb(166,69,155); }

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