Html Css Color HEX #A6508D Violet Blue

📋 copy color: '#A6508D'

red 166 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #A6508D

Tints of Violet Blue #A6508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 42.89%
G = 20.67%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6508D (or 0xA6508D) is known color: Violet Blue. HEX triplet: A6, 50 and 8D. RGB value is (166,80,141). Sum of RGB (Red+Green+Blue) = 166+80+141=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6508D is #59AF72. Grayscale: #707070. Windows color (decimal): -5877619 or 9261222. OLE color: 9261222.

HSL color Cylindrical-coordinate representation of color #A6508D: hue angle of 317.44º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6508D is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 141 -
CMYK 0 0.52 0.15 0.35
HSL 317.44º 0.35% 0.48% -
HSV(B) 317.44º 0.52% 0.65% -
XYZ 23.4 15.77 27.01 -
YUV 112.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 166 80 141 0 0.52 0.15 0.35 317.44 0.35 0.48
Hex A6 50 8D 0 34 F 23 13D 23 30
Octal 246 120 215 0 64 17 43 475 43 60
Binary 10100110 1010000 10001101 0 110100 1111 100011 100111101 100011 110000

Color Harmonies of #A6508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6508D

Black with #A6508D

Text Example


Text Example

White with #A6508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6508D; }

 p { color: rgb(166,80,141); }

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

background-color css

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

 a { background-color: rgb(166,80,141); }

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

border-color css

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

 span { border-color: rgb(166,80,141); }

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