Html Css Color HEX #A65895 Violet Blue

📋 copy color: '#A65895'

red 166 ◦ green 88 ◦ blue 149

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

Shades of Violet Blue #A65895

Tints of Violet Blue #A65895

RGB

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

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

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

R = 41.19%
G = 21.84%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A65895 (or 0xA65895) is known color: Violet Blue. HEX triplet: A6, 58 and 95. RGB value is (166,88,149). Sum of RGB (Red+Green+Blue) = 166+88+149=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A65895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65895 is #59A76A. Grayscale: #767676. Windows color (decimal): -5875563 or 9787558. OLE color: 9787558.

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

Color convert

RGB 166 88 149 -
CMYK 0 0.47 0.10 0.35
HSL 313.08º 0.31% 0.5% -
HSV(B) 313.08º 0.47% 0.65% -
XYZ 24.64 17.26 30.47 -
YUV 118.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 166 88 149 0 0.47 0.10 0.35 313.08 0.31 0.5
Hex A6 58 95 0 2F A 23 139 1F 32
Octal 246 130 225 0 57 12 43 471 37 62
Binary 10100110 1011000 10010101 0 101111 1010 100011 100111001 11111 110010

Color Harmonies of #A65895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65895

Black with #A65895

Text Example


Text Example

White with #A65895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65895; }

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

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

background-color css

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

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

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

border-color css

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

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

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