Html Css Color HEX #A130EB Blue Violet

📋 copy color: '#A130EB'

red 161 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #A130EB

Tints of Blue Violet #A130EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 36.26%
G = 10.81%
B = 52.93%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A130EB (or 0xA130EB) is known color: Blue Violet. HEX triplet: A1, 30 and EB. RGB value is (161,48,235). Sum of RGB (Red+Green+Blue) = 161+48+235=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #A130EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130EB is #5ECF14. Grayscale: #666666. Windows color (decimal): -6213397 or 15413409. OLE color: 15413409.

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

Color convert

RGB 161 48 235 -
CMYK 0.31 0.80 0 0.08
HSL 276.26º 0.82% 0.55% -
HSV(B) 276.26º 0.8% 0.92% -
XYZ 30.75 15.69 80 -
YUV 103.11 202.44 169.29 -
System Red Green Blue C M Y K H S L
Decimal 161 48 235 0.31 0.80 0 0.08 276.26 0.82 0.55
Hex A1 30 EB 1F 50 0 8 114 52 37
Octal 241 60 353 37 120 0 10 424 122 67
Binary 10100001 110000 11101011 11111 1010000 0 1000 100010100 1010010 110111

Color Harmonies of #A130EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130EB

Black with #A130EB

Text Example


Text Example

White with #A130EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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