Html Css Color HEX #A65299 Violet Blue

📋 copy color: '#A65299'

red 166 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #A65299

Tints of Violet Blue #A65299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

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

R = 41.4%
G = 20.45%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65299 (or 0xA65299) is known color: Violet Blue. HEX triplet: A6, 52 and 99. RGB value is (166,82,153). Sum of RGB (Red+Green+Blue) = 166+82+153=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65299 is #59AD66. Grayscale: #737373. Windows color (decimal): -5877095 or 10048166. OLE color: 10048166.

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

Color convert

RGB 166 82 153 -
CMYK 0 0.51 0.08 0.35
HSL 309.29º 0.34% 0.49% -
HSV(B) 309.29º 0.51% 0.65% -
XYZ 24.49 16.44 32.02 -
YUV 115.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 166 82 153 0 0.51 0.08 0.35 309.29 0.34 0.49
Hex A6 52 99 0 33 8 23 135 22 31
Octal 246 122 231 0 63 10 43 465 42 61
Binary 10100110 1010010 10011001 0 110011 1000 100011 100110101 100010 110001

Color Harmonies of #A65299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65299

Black with #A65299

Text Example


Text Example

White with #A65299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65299; }

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

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

background-color css

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

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

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

border-color css

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

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

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