Html Css Color HEX #A025FE Blue Violet

📋 copy color: '#A025FE'

red 160 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #A025FE

Tints of Blue Violet #A025FE

RGB

 RED value IS 160 (62.89% from 255) = 35.48%

 GREEN value IS 37 (14.84% from 255) = 8.2%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 35.48%
G = 8.2%
B = 56.32%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A025FE (or 0xA025FE) is known color: Blue Violet. HEX triplet: A0, 25 and FE. RGB value is (160,37,254). Sum of RGB (Red+Green+Blue) = 160+37+254=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #A025FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025FE is #5FDA01. Grayscale: #616161. Windows color (decimal): -6281730 or 16655776. OLE color: 16655776.

HSL color Cylindrical-coordinate representation of color #A025FE: hue angle of 274.01º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A025FE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 37 254 -
CMYK 0.37 0.85 0 0.00
HSL 274.01º 0.99% 0.57% -
HSV(B) 274.01º 0.85% 1% -
XYZ 33.05 15.95 95.1 -
YUV 98.52 215.75 171.86 -
System Red Green Blue C M Y K H S L
Decimal 160 37 254 0.37 0.85 0 0.00 274.01 0.99 0.57
Hex A0 25 FE 25 55 0 0 112 63 39
Octal 240 45 376 45 125 0 0 422 143 71
Binary 10100000 100101 11111110 100101 1010101 0 0 100010010 1100011 111001

Color Harmonies of #A025FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025FE

Black with #A025FE

Text Example


Text Example

White with #A025FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025FE; }

 p { color: rgb(160,37,254); }

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

background-color css

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

 a { background-color: rgb(160,37,254); }

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

border-color css

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

 span { border-color: rgb(160,37,254); }

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