Html Css Color HEX #A125EA Blue Violet

📋 copy color: '#A125EA'

red 161 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #A125EA

Tints of Blue Violet #A125EA

RGB

 RED value IS 161 (63.28% from 255) = 37.27%

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 37.27%
G = 8.56%
B = 54.17%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A125EA (or 0xA125EA) is known color: Blue Violet. HEX triplet: A1, 25 and EA. RGB value is (161,37,234). Sum of RGB (Red+Green+Blue) = 161+37+234=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #A125EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125EA is #5EDA15. Grayscale: #5F5F5F. Windows color (decimal): -6216214 or 15345057. OLE color: 15345057.

HSL color Cylindrical-coordinate representation of color #A125EA: hue angle of 277.77º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A125EA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 37 234 -
CMYK 0.31 0.84 0 0.08
HSL 277.77º 0.82% 0.53% -
HSV(B) 277.77º 0.84% 0.92% -
XYZ 30.21 14.84 79.11 -
YUV 96.53 205.58 173.98 -
System Red Green Blue C M Y K H S L
Decimal 161 37 234 0.31 0.84 0 0.08 277.77 0.82 0.53
Hex A1 25 EA 1F 54 0 8 116 52 35
Octal 241 45 352 37 124 0 10 426 122 65
Binary 10100001 100101 11101010 11111 1010100 0 1000 100010110 1010010 110101

Color Harmonies of #A125EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125EA

Black with #A125EA

Text Example


Text Example

White with #A125EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125EA; }

 p { color: rgb(161,37,234); }

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

background-color css

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

 a { background-color: rgb(161,37,234); }

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

border-color css

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

 span { border-color: rgb(161,37,234); }

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