Html Css Color HEX #A25594 Violet Blue

📋 copy color: '#A25594'

red 162 ◦ green 85 ◦ blue 148

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

Shades of Violet Blue #A25594

Tints of Violet Blue #A25594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 41.01%
G = 21.52%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A25594 (or 0xA25594) is known color: Violet Blue. HEX triplet: A2, 55 and 94. RGB value is (162,85,148). Sum of RGB (Red+Green+Blue) = 162+85+148=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25594 is #5DAA6B. Grayscale: #737373. Windows color (decimal): -6138476 or 9721250. OLE color: 9721250.

HSL color Cylindrical-coordinate representation of color #A25594: hue angle of 310.91º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25594 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 148 -
CMYK 0 0.48 0.09 0.36
HSL 310.91º 0.31% 0.48% -
HSV(B) 310.91º 0.48% 0.64% -
XYZ 23.49 16.32 29.93 -
YUV 115.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 162 85 148 0 0.48 0.09 0.36 310.91 0.31 0.48
Hex A2 55 94 0 30 9 24 137 1F 30
Octal 242 125 224 0 60 11 44 467 37 60
Binary 10100010 1010101 10010100 0 110000 1001 100100 100110111 11111 110000

Color Harmonies of #A25594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25594

Black with #A25594

Text Example


Text Example

White with #A25594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25594; }

 p { color: rgb(162,85,148); }

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

background-color css

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

 a { background-color: rgb(162,85,148); }

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

border-color css

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

 span { border-color: rgb(162,85,148); }

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