Html Css Color HEX #A130EE Blue Violet

📋 copy color: '#A130EE'

red 161 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #A130EE

Tints of Blue Violet #A130EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.74%

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

R = 36.02%
G = 10.74%
B = 53.24%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A130EE (or 0xA130EE) is known color: Blue Violet. HEX triplet: A1, 30 and EE. RGB value is (161,48,238). Sum of RGB (Red+Green+Blue) = 161+48+238=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #A130EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130EE is #5ECF11. Grayscale: #666666. Windows color (decimal): -6213394 or 15610017. OLE color: 15610017.

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

Color convert

RGB 161 48 238 -
CMYK 0.32 0.80 0 0.07
HSL 275.68º 0.85% 0.56% -
HSV(B) 275.68º 0.8% 0.93% -
XYZ 31.19 15.86 82.31 -
YUV 103.45 203.94 169.05 -
System Red Green Blue C M Y K H S L
Decimal 161 48 238 0.32 0.80 0 0.07 275.68 0.85 0.56
Hex A1 30 EE 20 50 0 7 114 55 38
Octal 241 60 356 40 120 0 7 424 125 70
Binary 10100001 110000 11101110 100000 1010000 0 111 100010100 1010101 111000

Color Harmonies of #A130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130EE

Black with #A130EE

Text Example


Text Example

White with #A130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130EE; }

 p { color: rgb(161,48,238); }

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

background-color css

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

 a { background-color: rgb(161,48,238); }

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

border-color css

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

 span { border-color: rgb(161,48,238); }

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