Html Css Color HEX #A65899 Violet Blue

📋 copy color: '#A65899'

red 166 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #A65899

Tints of Violet Blue #A65899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 40.79%
G = 21.62%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65899 (or 0xA65899) is known color: Violet Blue. HEX triplet: A6, 58 and 99. RGB value is (166,88,153). Sum of RGB (Red+Green+Blue) = 166+88+153=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A65899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65899 is #59A766. Grayscale: #767676. Windows color (decimal): -5875559 or 10049702. OLE color: 10049702.

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

Color convert

RGB 166 88 153 -
CMYK 0 0.47 0.08 0.35
HSL 310º 0.31% 0.5% -
HSV(B) 310º 0.47% 0.65% -
XYZ 24.97 17.39 32.18 -
YUV 118.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 166 88 153 0 0.47 0.08 0.35 310 0.31 0.5
Hex A6 58 99 0 2F 8 23 136 1F 32
Octal 246 130 231 0 57 10 43 466 37 62
Binary 10100110 1011000 10011001 0 101111 1000 100011 100110110 11111 110010

Color Harmonies of #A65899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65899

Black with #A65899

Text Example


Text Example

White with #A65899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65899; }

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

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

background-color css

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

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

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

border-color css

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

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

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