Html Css Color HEX #A25790 Violet Blue

📋 copy color: '#A25790'

red 162 ◦ green 87 ◦ blue 144

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

Shades of Violet Blue #A25790

Tints of Violet Blue #A25790

RGB

 RED value IS 162 (63.67% from 255) = 41.22%

 GREEN value IS 87 (34.38% from 255) = 22.14%

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 41.22%
G = 22.14%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A25790 (or 0xA25790) is known color: Violet Blue. HEX triplet: A2, 57 and 90. RGB value is (162,87,144). Sum of RGB (Red+Green+Blue) = 162+87+144=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A25790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25790 is #5DA86F. Grayscale: #737373. Windows color (decimal): -6137968 or 9459618. OLE color: 9459618.

HSL color Cylindrical-coordinate representation of color #A25790: hue angle of 314.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25790 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 144 -
CMYK 0 0.46 0.11 0.36
HSL 314.4º 0.3% 0.49% -
HSV(B) 314.4º 0.46% 0.64% -
XYZ 23.34 16.51 28.34 -
YUV 115.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 162 87 144 0 0.46 0.11 0.36 314.4 0.3 0.49
Hex A2 57 90 0 2E B 24 13A 1E 31
Octal 242 127 220 0 56 13 44 472 36 61
Binary 10100010 1010111 10010000 0 101110 1011 100100 100111010 11110 110001

Color Harmonies of #A25790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25790

Black with #A25790

Text Example


Text Example

White with #A25790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25790; }

 p { color: rgb(162,87,144); }

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

background-color css

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

 a { background-color: rgb(162,87,144); }

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

border-color css

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

 span { border-color: rgb(162,87,144); }

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