Html Css Color HEX #A25A95 Violet Blue

📋 copy color: '#A25A95'

red 162 ◦ green 90 ◦ blue 149

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

Shades of Violet Blue #A25A95

Tints of Violet Blue #A25A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 40.4%
G = 22.44%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A25A95 (or 0xA25A95) is known color: Violet Blue. HEX triplet: A2, 5A and 95. RGB value is (162,90,149). Sum of RGB (Red+Green+Blue) = 162+90+149=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A95 is #5DA56A. Grayscale: #767676. Windows color (decimal): -6137195 or 9788066. OLE color: 9788066.

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

Color convert

RGB 162 90 149 -
CMYK 0 0.44 0.08 0.36
HSL 310.83º 0.29% 0.49% -
HSV(B) 310.83º 0.44% 0.64% -
XYZ 23.98 17.16 30.48 -
YUV 118.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 162 90 149 0 0.44 0.08 0.36 310.83 0.29 0.49
Hex A2 5A 95 0 2C 8 24 137 1D 31
Octal 242 132 225 0 54 10 44 467 35 61
Binary 10100010 1011010 10010101 0 101100 1000 100100 100110111 11101 110001

Color Harmonies of #A25A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A95

Black with #A25A95

Text Example


Text Example

White with #A25A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A95; }

 p { color: rgb(162,90,149); }

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

background-color css

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

 a { background-color: rgb(162,90,149); }

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

border-color css

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

 span { border-color: rgb(162,90,149); }

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