Html Css Color HEX #A25D95 Violet Blue

📋 copy color: '#A25D95'

red 162 ◦ green 93 ◦ blue 149

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

Shades of Violet Blue #A25D95

Tints of Violet Blue #A25D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 40.1%
G = 23.02%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A25D95 (or 0xA25D95) is known color: Violet Blue. HEX triplet: A2, 5D and 95. RGB value is (162,93,149). Sum of RGB (Red+Green+Blue) = 162+93+149=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D95 is #5DA26A. Grayscale: #777777. Windows color (decimal): -6136427 or 9788834. OLE color: 9788834.

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

Color convert

RGB 162 93 149 -
CMYK 0 0.43 0.08 0.36
HSL 311.3º 0.27% 0.5% -
HSV(B) 311.3º 0.43% 0.64% -
XYZ 24.24 17.68 30.57 -
YUV 120.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 162 93 149 0 0.43 0.08 0.36 311.3 0.27 0.5
Hex A2 5D 95 0 2B 8 24 137 1B 32
Octal 242 135 225 0 53 10 44 467 33 62
Binary 10100010 1011101 10010101 0 101011 1000 100100 100110111 11011 110010

Color Harmonies of #A25D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D95

Black with #A25D95

Text Example


Text Example

White with #A25D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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