Html Css Color HEX #A025ED Blue Violet

📋 copy color: '#A025ED'

red 160 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #A025ED

Tints of Blue Violet #A025ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 36.87%
G = 8.53%
B = 54.61%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A025ED (or 0xA025ED) is known color: Blue Violet. HEX triplet: A0, 25 and ED. RGB value is (160,37,237). Sum of RGB (Red+Green+Blue) = 160+37+237=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A025ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025ED is #5FDA12. Grayscale: #5F5F5F. Windows color (decimal): -6281747 or 15541664. OLE color: 15541664.

HSL color Cylindrical-coordinate representation of color #A025ED: hue angle of 276.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A025ED is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 37 237 -
CMYK 0.32 0.84 0 0.07
HSL 276.9º 0.85% 0.54% -
HSV(B) 276.9º 0.84% 0.93% -
XYZ 30.44 14.91 81.39 -
YUV 96.58 207.25 173.24 -
System Red Green Blue C M Y K H S L
Decimal 160 37 237 0.32 0.84 0 0.07 276.9 0.85 0.54
Hex A0 25 ED 20 54 0 7 115 55 36
Octal 240 45 355 40 124 0 7 425 125 66
Binary 10100000 100101 11101101 100000 1010100 0 111 100010101 1010101 110110

Color Harmonies of #A025ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025ED

Black with #A025ED

Text Example


Text Example

White with #A025ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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