Html Css Color HEX #A130EA Blue Violet

📋 copy color: '#A130EA'

red 161 ◦ green 48 ◦ blue 234

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

Shades of Blue Violet #A130EA

Tints of Blue Violet #A130EA

RGB

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

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

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

R = 36.34%
G = 10.84%
B = 52.82%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A130EA (or 0xA130EA) is known color: Blue Violet. HEX triplet: A1, 30 and EA. RGB value is (161,48,234). Sum of RGB (Red+Green+Blue) = 161+48+234=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #A130EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130EA is #5ECF15. Grayscale: #666666. Windows color (decimal): -6213398 or 15347873. OLE color: 15347873.

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

Color convert

RGB 161 48 234 -
CMYK 0.31 0.79 0 0.08
HSL 276.45º 0.82% 0.55% -
HSV(B) 276.45º 0.79% 0.92% -
XYZ 30.61 15.63 79.25 -
YUV 102.99 201.94 169.38 -
System Red Green Blue C M Y K H S L
Decimal 161 48 234 0.31 0.79 0 0.08 276.45 0.82 0.55
Hex A1 30 EA 1F 4F 0 8 114 52 37
Octal 241 60 352 37 117 0 10 424 122 67
Binary 10100001 110000 11101010 11111 1001111 0 1000 100010100 1010010 110111

Color Harmonies of #A130EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130EA

Black with #A130EA

Text Example


Text Example

White with #A130EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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