Html Css Color HEX #A130EF Blue Violet

📋 copy color: '#A130EF'

red 161 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #A130EF

Tints of Blue Violet #A130EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 35.94%
G = 10.71%
B = 53.35%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A130EF (or 0xA130EF) is known color: Blue Violet. HEX triplet: A1, 30 and EF. RGB value is (161,48,239). Sum of RGB (Red+Green+Blue) = 161+48+239=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #A130EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130EF is #5ECF10. Grayscale: #666666. Windows color (decimal): -6213393 or 15675553. OLE color: 15675553.

HSL color Cylindrical-coordinate representation of color #A130EF: hue angle of 275.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A130EF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 48 239 -
CMYK 0.33 0.80 0 0.06
HSL 275.5º 0.86% 0.56% -
HSV(B) 275.5º 0.8% 0.94% -
XYZ 31.33 15.92 83.08 -
YUV 103.56 204.44 168.97 -
System Red Green Blue C M Y K H S L
Decimal 161 48 239 0.33 0.80 0 0.06 275.5 0.86 0.56
Hex A1 30 EF 21 50 0 6 113 56 38
Octal 241 60 357 41 120 0 6 423 126 70
Binary 10100001 110000 11101111 100001 1010000 0 110 100010011 1010110 111000

Color Harmonies of #A130EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130EF

Black with #A130EF

Text Example


Text Example

White with #A130EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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