Html Css Color HEX #A25EAF Violet Blue

📋 copy color: '#A25EAF'

red 162 ◦ green 94 ◦ blue 175

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

Shades of Violet Blue #A25EAF

Tints of Violet Blue #A25EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 37.59%
G = 21.81%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A25EAF (or 0xA25EAF) is known color: Violet Blue. HEX triplet: A2, 5E and AF. RGB value is (162,94,175). Sum of RGB (Red+Green+Blue) = 162+94+175=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EAF is #5DA150. Grayscale: #7B7B7B. Windows color (decimal): -6136145 or 11493026. OLE color: 11493026.

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

Color convert

RGB 162 94 175 -
CMYK 0.07 0.46 0 0.31
HSL 290.37º 0.34% 0.53% -
HSV(B) 290.37º 0.46% 0.69% -
XYZ 26.64 18.78 42.78 -
YUV 123.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 162 94 175 0.07 0.46 0 0.31 290.37 0.34 0.53
Hex A2 5E AF 7 2E 0 1F 122 22 35
Octal 242 136 257 7 56 0 37 442 42 65
Binary 10100010 1011110 10101111 111 101110 0 11111 100100010 100010 110101

Color Harmonies of #A25EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EAF

Black with #A25EAF

Text Example


Text Example

White with #A25EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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