Html Css Color HEX #A65498 Violet Blue

📋 copy color: '#A65498'

red 166 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #A65498

Tints of Violet Blue #A65498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 41.29%
G = 20.9%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65498 (or 0xA65498) is known color: Violet Blue. HEX triplet: A6, 54 and 98. RGB value is (166,84,152). Sum of RGB (Red+Green+Blue) = 166+84+152=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65498 is #59AB67. Grayscale: #747474. Windows color (decimal): -5876584 or 9983142. OLE color: 9983142.

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

Color convert

RGB 166 84 152 -
CMYK 0 0.49 0.08 0.35
HSL 310.24º 0.33% 0.49% -
HSV(B) 310.24º 0.49% 0.65% -
XYZ 24.56 16.71 31.64 -
YUV 116.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 166 84 152 0 0.49 0.08 0.35 310.24 0.33 0.49
Hex A6 54 98 0 31 8 23 136 21 31
Octal 246 124 230 0 61 10 43 466 41 61
Binary 10100110 1010100 10011000 0 110001 1000 100011 100110110 100001 110001

Color Harmonies of #A65498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65498

Black with #A65498

Text Example


Text Example

White with #A65498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65498; }

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

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

background-color css

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

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

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

border-color css

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

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

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