Html Css Color HEX #A65099 Violet Blue

📋 copy color: '#A65099'

red 166 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #A65099

Tints of Violet Blue #A65099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 41.6%
G = 20.05%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65099 (or 0xA65099) is known color: Violet Blue. HEX triplet: A6, 50 and 99. RGB value is (166,80,153). Sum of RGB (Red+Green+Blue) = 166+80+153=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A65099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65099 is #59AF66. Grayscale: #717171. Windows color (decimal): -5877607 or 10047654. OLE color: 10047654.

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

Color convert

RGB 166 80 153 -
CMYK 0 0.52 0.08 0.35
HSL 309.07º 0.35% 0.48% -
HSV(B) 309.07º 0.52% 0.65% -
XYZ 24.34 16.14 31.97 -
YUV 114.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 166 80 153 0 0.52 0.08 0.35 309.07 0.35 0.48
Hex A6 50 99 0 34 8 23 135 23 30
Octal 246 120 231 0 64 10 43 465 43 60
Binary 10100110 1010000 10011001 0 110100 1000 100011 100110101 100011 110000

Color Harmonies of #A65099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65099

Black with #A65099

Text Example


Text Example

White with #A65099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65099; }

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

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

background-color css

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

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

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

border-color css

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

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

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