Html Css Color HEX #A6589F Violet Blue

📋 copy color: '#A6589F'

red 166 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #A6589F

Tints of Violet Blue #A6589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

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

R = 40.19%
G = 21.31%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6589F (or 0xA6589F) is known color: Violet Blue. HEX triplet: A6, 58 and 9F. RGB value is (166,88,159). Sum of RGB (Red+Green+Blue) = 166+88+159=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A6589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6589F is #59A760. Grayscale: #777777. Windows color (decimal): -5875553 or 10442918. OLE color: 10442918.

HSL color Cylindrical-coordinate representation of color #A6589F: hue angle of 305.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6589F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 159 -
CMYK 0 0.47 0.04 0.35
HSL 305.38º 0.31% 0.5% -
HSV(B) 305.38º 0.47% 0.65% -
XYZ 25.47 17.59 34.85 -
YUV 119.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 166 88 159 0 0.47 0.04 0.35 305.38 0.31 0.5
Hex A6 58 9F 0 2F 4 23 131 1F 32
Octal 246 130 237 0 57 4 43 461 37 62
Binary 10100110 1011000 10011111 0 101111 100 100011 100110001 11111 110010

Color Harmonies of #A6589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6589F

Black with #A6589F

Text Example


Text Example

White with #A6589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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