Html Css Color HEX #A025FF Blue Violet

📋 copy color: '#A025FF'

red 160 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #A025FF

Tints of Blue Violet #A025FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 35.4%
G = 8.19%
B = 56.42%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A025FF (or 0xA025FF) is known color: Blue Violet. HEX triplet: A0, 25 and FF. RGB value is (160,37,255). Sum of RGB (Red+Green+Blue) = 160+37+255=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A025FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025FF is #5FDA00. Grayscale: #616161. Windows color (decimal): -6281729 or 16721312. OLE color: 16721312.

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

Color convert

RGB 160 37 255 -
CMYK 0.37 0.85 0 0
HSL 273.85º 1% 0.57% -
HSV(B) 273.85º 0.85% 1% -
XYZ 33.21 16.02 95.95 -
YUV 98.63 216.25 171.77 -
System Red Green Blue C M Y K H S L
Decimal 160 37 255 0.37 0.85 0 0 273.85 1 0.57
Hex A0 25 FF 25 55 0 0 112 64 39
Octal 240 45 377 45 125 0 0 422 144 71
Binary 10100000 100101 11111111 100101 1010101 0 0 100010010 1100100 111001

Color Harmonies of #A025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025FF

Black with #A025FF

Text Example


Text Example

White with #A025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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