Html Css Color HEX #A25EAE Violet Blue

📋 copy color: '#A25EAE'

red 162 ◦ green 94 ◦ blue 174

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

Shades of Violet Blue #A25EAE

Tints of Violet Blue #A25EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 37.67%
G = 21.86%
B = 40.47%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A25EAE (or 0xA25EAE) is known color: Violet Blue. HEX triplet: A2, 5E and AE. RGB value is (162,94,174). Sum of RGB (Red+Green+Blue) = 162+94+174=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A25EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EAE is #5DA151. Grayscale: #7B7B7B. Windows color (decimal): -6136146 or 11427490. OLE color: 11427490.

HSL color Cylindrical-coordinate representation of color #A25EAE: hue angle of 291º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25EAE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 94 174 -
CMYK 0.07 0.46 0 0.32
HSL 291º 0.33% 0.53% -
HSV(B) 291º 0.46% 0.68% -
XYZ 26.54 18.74 42.26 -
YUV 123.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 162 94 174 0.07 0.46 0 0.32 291 0.33 0.53
Hex A2 5E AE 7 2E 0 20 123 21 35
Octal 242 136 256 7 56 0 40 443 41 65
Binary 10100010 1011110 10101110 111 101110 0 100000 100100011 100001 110101

Color Harmonies of #A25EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EAE

Black with #A25EAE

Text Example


Text Example

White with #A25EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EAE; }

 p { color: rgb(162,94,174); }

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

background-color css

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

 a { background-color: rgb(162,94,174); }

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

border-color css

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

 span { border-color: rgb(162,94,174); }

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