Html Css Color HEX #A55397 Violet Blue

📋 copy color: '#A55397'

red 165 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #A55397

Tints of Violet Blue #A55397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 41.35%
G = 20.8%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A55397 (or 0xA55397) is known color: Violet Blue. HEX triplet: A5, 53 and 97. RGB value is (165,83,151). Sum of RGB (Red+Green+Blue) = 165+83+151=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55397 is #5AAC68. Grayscale: #737373. Windows color (decimal): -5942377 or 9917349. OLE color: 9917349.

HSL color Cylindrical-coordinate representation of color #A55397: 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.5%. Process color model (Four color, CMYK) of #A55397 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 151 -
CMYK 0 0.50 0.08 0.35
HSL 310.24º 0.33% 0.49% -
HSV(B) 310.24º 0.5% 0.65% -
XYZ 24.2 16.42 31.17 -
YUV 115.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 165 83 151 0 0.50 0.08 0.35 310.24 0.33 0.49
Hex A5 53 97 0 32 8 23 136 21 31
Octal 245 123 227 0 62 10 43 466 41 61
Binary 10100101 1010011 10010111 0 110010 1000 100011 100110110 100001 110001

Color Harmonies of #A55397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55397

Black with #A55397

Text Example


Text Example

White with #A55397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55397; }

 p { color: rgb(165,83,151); }

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

background-color css

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

 a { background-color: rgb(165,83,151); }

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

border-color css

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

 span { border-color: rgb(165,83,151); }

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