Html Css Color HEX #A65595 Violet Blue

📋 copy color: '#A65595'

red 166 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #A65595

Tints of Violet Blue #A65595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 41.5%
G = 21.25%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A65595 (or 0xA65595) is known color: Violet Blue. HEX triplet: A6, 55 and 95. RGB value is (166,85,149). Sum of RGB (Red+Green+Blue) = 166+85+149=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A65595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65595 is #59AA6A. Grayscale: #747474. Windows color (decimal): -5876331 or 9786790. OLE color: 9786790.

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

Color convert

RGB 166 85 149 -
CMYK 0 0.49 0.10 0.35
HSL 312.59º 0.32% 0.49% -
HSV(B) 312.59º 0.49% 0.65% -
XYZ 24.4 16.77 30.39 -
YUV 116.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 166 85 149 0 0.49 0.10 0.35 312.59 0.32 0.49
Hex A6 55 95 0 31 A 23 139 20 31
Octal 246 125 225 0 61 12 43 471 40 61
Binary 10100110 1010101 10010101 0 110001 1010 100011 100111001 100000 110001

Color Harmonies of #A65595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65595

Black with #A65595

Text Example


Text Example

White with #A65595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65595; }

 p { color: rgb(166,85,149); }

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

background-color css

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

 a { background-color: rgb(166,85,149); }

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

border-color css

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

 span { border-color: rgb(166,85,149); }

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