Html Css Color HEX #A25290 Violet Blue

📋 copy color: '#A25290'

red 162 ◦ green 82 ◦ blue 144

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

Shades of Violet Blue #A25290

Tints of Violet Blue #A25290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 41.75%
G = 21.13%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A25290 (or 0xA25290) is known color: Violet Blue. HEX triplet: A2, 52 and 90. RGB value is (162,82,144). Sum of RGB (Red+Green+Blue) = 162+82+144=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A25290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25290 is #5DAD6F. Grayscale: #707070. Windows color (decimal): -6139248 or 9458338. OLE color: 9458338.

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

Color convert

RGB 162 82 144 -
CMYK 0 0.49 0.11 0.36
HSL 313.5º 0.33% 0.48% -
HSV(B) 313.5º 0.49% 0.64% -
XYZ 22.95 15.73 28.21 -
YUV 112.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 162 82 144 0 0.49 0.11 0.36 313.5 0.33 0.48
Hex A2 52 90 0 31 B 24 13A 21 30
Octal 242 122 220 0 61 13 44 472 41 60
Binary 10100010 1010010 10010000 0 110001 1011 100100 100111010 100001 110000

Color Harmonies of #A25290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25290

Black with #A25290

Text Example


Text Example

White with #A25290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25290; }

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

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

background-color css

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

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

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

border-color css

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

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

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