Html Css Color HEX #A225ED Blue Violet

📋 copy color: '#A225ED'

red 162 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #A225ED

Tints of Blue Violet #A225ED

RGB

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

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

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

R = 37.16%
G = 8.49%
B = 54.36%

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

#A225ED (or 0xA225ED) is known color: Blue Violet. HEX triplet: A2, 25 and ED. RGB value is (162,37,237). Sum of RGB (Red+Green+Blue) = 162+37+237=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #A225ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A225ED is #5DDA12. Grayscale: #606060. Windows color (decimal): -6150675 or 15541666. OLE color: 15541666.

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

Color convert

RGB 162 37 237 -
CMYK 0.32 0.84 0 0.07
HSL 277.5º 0.85% 0.54% -
HSV(B) 277.5º 0.84% 0.93% -
XYZ 30.85 15.12 81.41 -
YUV 97.18 206.91 174.24 -
System Red Green Blue C M Y K H S L
Decimal 162 37 237 0.32 0.84 0 0.07 277.5 0.85 0.54
Hex A2 25 ED 20 54 0 7 116 55 36
Octal 242 45 355 40 124 0 7 426 125 66
Binary 10100010 100101 11101101 100000 1010100 0 111 100010110 1010101 110110

Color Harmonies of #A225ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225ED

Black with #A225ED

Text Example


Text Example

White with #A225ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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