Html Css Color HEX #A65490 Violet Blue

📋 copy color: '#A65490'

red 166 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #A65490

Tints of Violet Blue #A65490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 42.13%
G = 21.32%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A65490 (or 0xA65490) is known color: Violet Blue. HEX triplet: A6, 54 and 90. RGB value is (166,84,144). Sum of RGB (Red+Green+Blue) = 166+84+144=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A65490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65490 is #59AB6F. Grayscale: #737373. Windows color (decimal): -5876592 or 9458854. OLE color: 9458854.

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

Color convert

RGB 166 84 144 -
CMYK 0 0.49 0.13 0.35
HSL 316.1º 0.33% 0.49% -
HSV(B) 316.1º 0.49% 0.65% -
XYZ 23.93 16.46 28.3 -
YUV 115.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 166 84 144 0 0.49 0.13 0.35 316.1 0.33 0.49
Hex A6 54 90 0 31 D 23 13C 21 31
Octal 246 124 220 0 61 15 43 474 41 61
Binary 10100110 1010100 10010000 0 110001 1101 100011 100111100 100001 110001

Color Harmonies of #A65490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65490

Black with #A65490

Text Example


Text Example

White with #A65490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65490; }

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

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

background-color css

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

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

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

border-color css

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

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

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