Html Css Color HEX #A6588F Violet Blue

📋 copy color: '#A6588F'

red 166 ◦ green 88 ◦ blue 143

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

Shades of Violet Blue #A6588F

Tints of Violet Blue #A6588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 41.81%
G = 22.17%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6588F (or 0xA6588F) is known color: Violet Blue. HEX triplet: A6, 58 and 8F. RGB value is (166,88,143). Sum of RGB (Red+Green+Blue) = 166+88+143=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6588F is #59A770. Grayscale: #757575. Windows color (decimal): -5875569 or 9394342. OLE color: 9394342.

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

Color convert

RGB 166 88 143 -
CMYK 0 0.47 0.14 0.35
HSL 317.69º 0.31% 0.5% -
HSV(B) 317.69º 0.47% 0.65% -
XYZ 24.17 17.07 28.01 -
YUV 117.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 166 88 143 0 0.47 0.14 0.35 317.69 0.31 0.5
Hex A6 58 8F 0 2F E 23 13E 1F 32
Octal 246 130 217 0 57 16 43 476 37 62
Binary 10100110 1011000 10001111 0 101111 1110 100011 100111110 11111 110010

Color Harmonies of #A6588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6588F

Black with #A6588F

Text Example


Text Example

White with #A6588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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