Html Css Color HEX #A65497 Violet Blue

📋 copy color: '#A65497'

red 166 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #A65497

Tints of Violet Blue #A65497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 41.4%
G = 20.95%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A65497 (or 0xA65497) is known color: Violet Blue. HEX triplet: A6, 54 and 97. RGB value is (166,84,151). Sum of RGB (Red+Green+Blue) = 166+84+151=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65497 is #59AB68. Grayscale: #737373. Windows color (decimal): -5876585 or 9917606. OLE color: 9917606.

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

Color convert

RGB 166 84 151 -
CMYK 0 0.49 0.09 0.35
HSL 310.98º 0.33% 0.49% -
HSV(B) 310.98º 0.49% 0.65% -
XYZ 24.48 16.68 31.21 -
YUV 116.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 166 84 151 0 0.49 0.09 0.35 310.98 0.33 0.49
Hex A6 54 97 0 31 9 23 137 21 31
Octal 246 124 227 0 61 11 43 467 41 61
Binary 10100110 1010100 10010111 0 110001 1001 100011 100110111 100001 110001

Color Harmonies of #A65497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65497

Black with #A65497

Text Example


Text Example

White with #A65497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65497; }

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

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

background-color css

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

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

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

border-color css

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

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

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