Html Css Color HEX #A55C92 Violet Blue

📋 copy color: '#A55C92'

red 165 ◦ green 92 ◦ blue 146

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

Shades of Violet Blue #A55C92

Tints of Violet Blue #A55C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 40.94%
G = 22.83%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55C92 (or 0xA55C92) is known color: Violet Blue. HEX triplet: A5, 5C and 92. RGB value is (165,92,146). Sum of RGB (Red+Green+Blue) = 165+92+146=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C92 is #5AA36D. Grayscale: #777777. Windows color (decimal): -5940078 or 9591973. OLE color: 9591973.

HSL color Cylindrical-coordinate representation of color #A55C92: hue angle of 315.62º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C92 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 146 -
CMYK 0 0.44 0.12 0.35
HSL 315.62º 0.29% 0.5% -
HSV(B) 315.62º 0.44% 0.65% -
XYZ 24.53 17.73 29.32 -
YUV 119.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 165 92 146 0 0.44 0.12 0.35 315.62 0.29 0.5
Hex A5 5C 92 0 2C C 23 13C 1D 32
Octal 245 134 222 0 54 14 43 474 35 62
Binary 10100101 1011100 10010010 0 101100 1100 100011 100111100 11101 110010

Color Harmonies of #A55C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C92

Black with #A55C92

Text Example


Text Example

White with #A55C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C92; }

 p { color: rgb(165,92,146); }

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

background-color css

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

 a { background-color: rgb(165,92,146); }

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

border-color css

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

 span { border-color: rgb(165,92,146); }

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