Html Css Color HEX #A030FF Blue Violet

📋 copy color: '#A030FF'

red 160 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #A030FF

Tints of Blue Violet #A030FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 34.56%
G = 10.37%
B = 55.08%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A030FF (or 0xA030FF) is known color: Blue Violet. HEX triplet: A0, 30 and FF. RGB value is (160,48,255). Sum of RGB (Red+Green+Blue) = 160+48+255=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A030FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030FF is #5FCF00. Grayscale: #686868. Windows color (decimal): -6278913 or 16724128. OLE color: 16724128.

HSL color Cylindrical-coordinate representation of color #A030FF: hue angle of 272.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A030FF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 48 255 -
CMYK 0.37 0.81 0 0
HSL 272.46º 1% 0.59% -
HSV(B) 272.46º 0.81% 1% -
XYZ 33.6 16.81 96.08 -
YUV 105.09 212.61 167.17 -
System Red Green Blue C M Y K H S L
Decimal 160 48 255 0.37 0.81 0 0 272.46 1 0.59
Hex A0 30 FF 25 51 0 0 110 64 3B
Octal 240 60 377 45 121 0 0 420 144 73
Binary 10100000 110000 11111111 100101 1010001 0 0 100010000 1100100 111011

Color Harmonies of #A030FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030FF

Black with #A030FF

Text Example


Text Example

White with #A030FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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