Html Css Color HEX #A25FA1 Violet Blue

📋 copy color: '#A25FA1'

red 162 ◦ green 95 ◦ blue 161

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

Shades of Violet Blue #A25FA1

Tints of Violet Blue #A25FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 38.76%
G = 22.73%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A25FA1 (or 0xA25FA1) is known color: Violet Blue. HEX triplet: A2, 5F and A1. RGB value is (162,95,161). Sum of RGB (Red+Green+Blue) = 162+95+161=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A25FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FA1 is #5DA05E. Grayscale: #7A7A7A. Windows color (decimal): -6135903 or 10575778. OLE color: 10575778.

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

Color convert

RGB 162 95 161 -
CMYK 0 0.41 0.01 0.36
HSL 300.9º 0.26% 0.5% -
HSV(B) 300.9º 0.41% 0.64% -
XYZ 25.43 18.44 35.94 -
YUV 122.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 162 95 161 0 0.41 0.01 0.36 300.9 0.26 0.5
Hex A2 5F A1 0 29 1 24 12D 1A 32
Octal 242 137 241 0 51 1 44 455 32 62
Binary 10100010 1011111 10100001 0 101001 1 100100 100101101 11010 110010

Color Harmonies of #A25FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FA1

Black with #A25FA1

Text Example


Text Example

White with #A25FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FA1; }

 p { color: rgb(162,95,161); }

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

background-color css

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

 a { background-color: rgb(162,95,161); }

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

border-color css

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

 span { border-color: rgb(162,95,161); }

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