Html Css Color HEX #A030EA Blue Violet

📋 copy color: '#A030EA'

red 160 ◦ green 48 ◦ blue 234

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

Shades of Blue Violet #A030EA

Tints of Blue Violet #A030EA

RGB

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

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

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

R = 36.2%
G = 10.86%
B = 52.94%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A030EA (or 0xA030EA) is known color: Blue Violet. HEX triplet: A0, 30 and EA. RGB value is (160,48,234). Sum of RGB (Red+Green+Blue) = 160+48+234=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #A030EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030EA is #5FCF15. Grayscale: #666666. Windows color (decimal): -6278934 or 15347872. OLE color: 15347872.

HSL color Cylindrical-coordinate representation of color #A030EA: hue angle of 276.13º 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 #A030EA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 48 234 -
CMYK 0.32 0.79 0 0.08
HSL 276.13º 0.82% 0.55% -
HSV(B) 276.13º 0.79% 0.92% -
XYZ 30.41 15.53 79.24 -
YUV 102.69 202.11 168.88 -
System Red Green Blue C M Y K H S L
Decimal 160 48 234 0.32 0.79 0 0.08 276.13 0.82 0.55
Hex A0 30 EA 20 4F 0 8 114 52 37
Octal 240 60 352 40 117 0 10 424 122 67
Binary 10100000 110000 11101010 100000 1001111 0 1000 100010100 1010010 110111

Color Harmonies of #A030EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030EA

Black with #A030EA

Text Example


Text Example

White with #A030EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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