Html Css Color HEX #A05291 Violet Blue

📋 copy color: '#A05291'

red 160 ◦ green 82 ◦ blue 145

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

Shades of Violet Blue #A05291

Tints of Violet Blue #A05291

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 41.34%
G = 21.19%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A05291 (or 0xA05291) is known color: Violet Blue. HEX triplet: A0, 52 and 91. RGB value is (160,82,145). Sum of RGB (Red+Green+Blue) = 160+82+145=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A05291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05291 is #5FAD6E. Grayscale: #707070. Windows color (decimal): -6270319 or 9523872. OLE color: 9523872.

HSL color Cylindrical-coordinate representation of color #A05291: hue angle of 311.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05291 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 145 -
CMYK 0 0.49 0.09 0.37
HSL 311.54º 0.32% 0.47% -
HSV(B) 311.54º 0.49% 0.63% -
XYZ 22.63 15.55 28.6 -
YUV 112.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 160 82 145 0 0.49 0.09 0.37 311.54 0.32 0.47
Hex A0 52 91 0 31 9 25 138 20 2F
Octal 240 122 221 0 61 11 45 470 40 57
Binary 10100000 1010010 10010001 0 110001 1001 100101 100111000 100000 101111

Color Harmonies of #A05291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05291

Black with #A05291

Text Example


Text Example

White with #A05291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05291; }

 p { color: rgb(160,82,145); }

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

background-color css

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

 a { background-color: rgb(160,82,145); }

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

border-color css

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

 span { border-color: rgb(160,82,145); }

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