Html Css Color HEX #A55495 Violet Blue

📋 copy color: '#A55495'

red 165 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #A55495

Tints of Violet Blue #A55495

RGB

 RED value IS 165 (64.84% from 255) = 41.46%

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

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 41.46%
G = 21.11%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A55495 (or 0xA55495) is known color: Violet Blue. HEX triplet: A5, 54 and 95. RGB value is (165,84,149). Sum of RGB (Red+Green+Blue) = 165+84+149=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A55495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55495 is #5AAB6A. Grayscale: #737373. Windows color (decimal): -5942123 or 9786533. OLE color: 9786533.

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

Color convert

RGB 165 84 149 -
CMYK 0 0.49 0.10 0.35
HSL 311.85º 0.33% 0.49% -
HSV(B) 311.85º 0.49% 0.65% -
XYZ 24.11 16.51 30.35 -
YUV 115.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 165 84 149 0 0.49 0.10 0.35 311.85 0.33 0.49
Hex A5 54 95 0 31 A 23 138 21 31
Octal 245 124 225 0 61 12 43 470 41 61
Binary 10100101 1010100 10010101 0 110001 1010 100011 100111000 100001 110001

Color Harmonies of #A55495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55495

Black with #A55495

Text Example


Text Example

White with #A55495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55495; }

 p { color: rgb(165,84,149); }

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

background-color css

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

 a { background-color: rgb(165,84,149); }

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

border-color css

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

 span { border-color: rgb(165,84,149); }

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