Html Css Color HEX #A030E6 Blue Violet

📋 copy color: '#A030E6'

red 160 ◦ green 48 ◦ blue 230

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

Shades of Blue Violet #A030E6

Tints of Blue Violet #A030E6

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

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

 BLUE value IS 230 (90.23% from 255) = 52.51%

R = 36.53%
G = 10.96%
B = 52.51%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A030E6 (or 0xA030E6) is known color: Blue Violet. HEX triplet: A0, 30 and E6. RGB value is (160,48,230). Sum of RGB (Red+Green+Blue) = 160+48+230=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #A030E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030E6 is #5FCF19. Grayscale: #656565. Windows color (decimal): -6278938 or 15085728. OLE color: 15085728.

HSL color Cylindrical-coordinate representation of color #A030E6: hue angle of 276.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A030E6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 48 230 -
CMYK 0.30 0.79 0 0.10
HSL 276.92º 0.78% 0.55% -
HSV(B) 276.92º 0.79% 0.9% -
XYZ 29.84 15.3 76.24 -
YUV 102.24 200.11 169.2 -
System Red Green Blue C M Y K H S L
Decimal 160 48 230 0.30 0.79 0 0.10 276.92 0.78 0.55
Hex A0 30 E6 1E 4F 0 A 115 4E 37
Octal 240 60 346 36 117 0 12 425 116 67
Binary 10100000 110000 11100110 11110 1001111 0 1010 100010101 1001110 110111

Color Harmonies of #A030E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030E6

Black with #A030E6

Text Example


Text Example

White with #A030E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030E6; }

 p { color: rgb(160,48,230); }

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

background-color css

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

 a { background-color: rgb(160,48,230); }

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

border-color css

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

 span { border-color: rgb(160,48,230); }

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