Html Css Color HEX #A25099 Violet Blue

📋 copy color: '#A25099'

red 162 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #A25099

Tints of Violet Blue #A25099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 41.01%
G = 20.25%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A25099 (or 0xA25099) is known color: Violet Blue. HEX triplet: A2, 50 and 99. RGB value is (162,80,153). Sum of RGB (Red+Green+Blue) = 162+80+153=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25099 is #5DAF66. Grayscale: #707070. Windows color (decimal): -6139751 or 10047650. OLE color: 10047650.

HSL color Cylindrical-coordinate representation of color #A25099: hue angle of 306.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25099 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 153 -
CMYK 0 0.51 0.06 0.36
HSL 306.59º 0.34% 0.47% -
HSV(B) 306.59º 0.51% 0.64% -
XYZ 23.52 15.72 31.93 -
YUV 112.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 162 80 153 0 0.51 0.06 0.36 306.59 0.34 0.47
Hex A2 50 99 0 33 6 24 133 22 2F
Octal 242 120 231 0 63 6 44 463 42 57
Binary 10100010 1010000 10011001 0 110011 110 100100 100110011 100010 101111

Color Harmonies of #A25099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25099

Black with #A25099

Text Example


Text Example

White with #A25099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25099; }

 p { color: rgb(162,80,153); }

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

background-color css

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

 a { background-color: rgb(162,80,153); }

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

border-color css

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

 span { border-color: rgb(162,80,153); }

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