Html Css Color HEX #A130ED Blue Violet

📋 copy color: '#A130ED'

red 161 ◦ green 48 ◦ blue 237

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

Shades of Blue Violet #A130ED

Tints of Blue Violet #A130ED

RGB

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

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

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

R = 36.1%
G = 10.76%
B = 53.14%

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

#A130ED (or 0xA130ED) is known color: Blue Violet. HEX triplet: A1, 30 and ED. RGB value is (161,48,237). Sum of RGB (Red+Green+Blue) = 161+48+237=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #A130ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130ED is #5ECF12. Grayscale: #666666. Windows color (decimal): -6213395 or 15544481. OLE color: 15544481.

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

Color convert

RGB 161 48 237 -
CMYK 0.32 0.80 0 0.07
HSL 275.87º 0.84% 0.56% -
HSV(B) 275.87º 0.8% 0.93% -
XYZ 31.04 15.81 81.54 -
YUV 103.33 203.44 169.13 -
System Red Green Blue C M Y K H S L
Decimal 161 48 237 0.32 0.80 0 0.07 275.87 0.84 0.56
Hex A1 30 ED 20 50 0 7 114 54 38
Octal 241 60 355 40 120 0 7 424 124 70
Binary 10100001 110000 11101101 100000 1010000 0 111 100010100 1010100 111000

Color Harmonies of #A130ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130ED

Black with #A130ED

Text Example


Text Example

White with #A130ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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