Html Css Color HEX #A65196 Violet Blue

📋 copy color: '#A65196'

red 166 ◦ green 81 ◦ blue 150

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

Shades of Violet Blue #A65196

Tints of Violet Blue #A65196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

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

R = 41.81%
G = 20.4%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A65196 (or 0xA65196) is known color: Violet Blue. HEX triplet: A6, 51 and 96. RGB value is (166,81,150). Sum of RGB (Red+Green+Blue) = 166+81+150=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A65196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65196 is #59AE69. Grayscale: #727272. Windows color (decimal): -5877354 or 9851302. OLE color: 9851302.

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

Color convert

RGB 166 81 150 -
CMYK 0 0.51 0.10 0.35
HSL 311.29º 0.34% 0.48% -
HSV(B) 311.29º 0.51% 0.65% -
XYZ 24.17 16.19 30.71 -
YUV 114.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 166 81 150 0 0.51 0.10 0.35 311.29 0.34 0.48
Hex A6 51 96 0 33 A 23 137 22 30
Octal 246 121 226 0 63 12 43 467 42 60
Binary 10100110 1010001 10010110 0 110011 1010 100011 100110111 100010 110000

Color Harmonies of #A65196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65196

Black with #A65196

Text Example


Text Example

White with #A65196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65196; }

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

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

background-color css

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

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

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

border-color css

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

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

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