Html Css Color HEX #A65896 Violet Blue

📋 copy color: '#A65896'

red 166 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #A65896

Tints of Violet Blue #A65896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 41.09%
G = 21.78%
B = 37.13%

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

#A65896 (or 0xA65896) is known color: Violet Blue. HEX triplet: A6, 58 and 96. RGB value is (166,88,150). Sum of RGB (Red+Green+Blue) = 166+88+150=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A65896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65896 is #59A769. Grayscale: #767676. Windows color (decimal): -5875562 or 9853094. OLE color: 9853094.

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

Color convert

RGB 166 88 150 -
CMYK 0 0.47 0.10 0.35
HSL 312.31º 0.31% 0.5% -
HSV(B) 312.31º 0.47% 0.65% -
XYZ 24.72 17.29 30.89 -
YUV 118.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 166 88 150 0 0.47 0.10 0.35 312.31 0.31 0.5
Hex A6 58 96 0 2F A 23 138 1F 32
Octal 246 130 226 0 57 12 43 470 37 62
Binary 10100110 1011000 10010110 0 101111 1010 100011 100111000 11111 110010

Color Harmonies of #A65896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65896

Black with #A65896

Text Example


Text Example

White with #A65896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65896; }

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

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

background-color css

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

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

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

border-color css

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

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

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