Html Css Color HEX #A55892 Violet Blue

📋 copy color: '#A55892'

red 165 ◦ green 88 ◦ blue 146

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

Shades of Violet Blue #A55892

Tints of Violet Blue #A55892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

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

R = 41.35%
G = 22.06%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55892 (or 0xA55892) is known color: Violet Blue. HEX triplet: A5, 58 and 92. RGB value is (165,88,146). Sum of RGB (Red+Green+Blue) = 165+88+146=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55892 is #5AA76D. Grayscale: #757575. Windows color (decimal): -5941102 or 9590949. OLE color: 9590949.

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

Color convert

RGB 165 88 146 -
CMYK 0 0.47 0.12 0.35
HSL 314.81º 0.3% 0.5% -
HSV(B) 314.81º 0.47% 0.65% -
XYZ 24.2 17.05 29.21 -
YUV 117.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 165 88 146 0 0.47 0.12 0.35 314.81 0.3 0.5
Hex A5 58 92 0 2F C 23 13B 1E 32
Octal 245 130 222 0 57 14 43 473 36 62
Binary 10100101 1011000 10010010 0 101111 1100 100011 100111011 11110 110010

Color Harmonies of #A55892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55892

Black with #A55892

Text Example


Text Example

White with #A55892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55892; }

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

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

background-color css

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

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

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

border-color css

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

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

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