Html Css Color HEX #A025EE Blue Violet

📋 copy color: '#A025EE'

red 160 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #A025EE

Tints of Blue Violet #A025EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 36.78%
G = 8.51%
B = 54.71%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A025EE (or 0xA025EE) is known color: Blue Violet. HEX triplet: A0, 25 and EE. RGB value is (160,37,238). Sum of RGB (Red+Green+Blue) = 160+37+238=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A025EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025EE is #5FDA11. Grayscale: #606060. Windows color (decimal): -6281746 or 15607200. OLE color: 15607200.

HSL color Cylindrical-coordinate representation of color #A025EE: hue angle of 276.72º degrees, saturation: 0.86, 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 #A025EE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 37 238 -
CMYK 0.33 0.84 0 0.07
HSL 276.72º 0.86% 0.54% -
HSV(B) 276.72º 0.84% 0.93% -
XYZ 30.59 14.97 82.17 -
YUV 96.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 160 37 238 0.33 0.84 0 0.07 276.72 0.86 0.54
Hex A0 25 EE 21 54 0 7 115 56 36
Octal 240 45 356 41 124 0 7 425 126 66
Binary 10100000 100101 11101110 100001 1010100 0 111 100010101 1010110 110110

Color Harmonies of #A025EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025EE

Black with #A025EE

Text Example


Text Example

White with #A025EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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