Html Css Color HEX #A65495 Violet Blue

📋 copy color: '#A65495'

red 166 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #A65495

Tints of Violet Blue #A65495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 41.6%
G = 21.05%
B = 37.34%

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

#A65495 (or 0xA65495) is known color: Violet Blue. HEX triplet: A6, 54 and 95. RGB value is (166,84,149). Sum of RGB (Red+Green+Blue) = 166+84+149=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A65495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65495 is #59AB6A. Grayscale: #737373. Windows color (decimal): -5876587 or 9786534. OLE color: 9786534.

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

Color convert

RGB 166 84 149 -
CMYK 0 0.49 0.10 0.35
HSL 312.44º 0.33% 0.49% -
HSV(B) 312.44º 0.49% 0.65% -
XYZ 24.32 16.62 30.36 -
YUV 115.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 166 84 149 0 0.49 0.10 0.35 312.44 0.33 0.49
Hex A6 54 95 0 31 A 23 138 21 31
Octal 246 124 225 0 61 12 43 470 41 61
Binary 10100110 1010100 10010101 0 110001 1010 100011 100111000 100001 110001

Color Harmonies of #A65495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65495

Black with #A65495

Text Example


Text Example

White with #A65495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65495; }

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

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

background-color css

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

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

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

border-color css

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

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

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