Html Css Color HEX #A030FB Blue Violet

📋 copy color: '#A030FB'

red 160 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #A030FB

Tints of Blue Violet #A030FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 34.86%
G = 10.46%
B = 54.68%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A030FB (or 0xA030FB) is known color: Blue Violet. HEX triplet: A0, 30 and FB. RGB value is (160,48,251). Sum of RGB (Red+Green+Blue) = 160+48+251=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #A030FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030FB is #5FCF04. Grayscale: #676767. Windows color (decimal): -6278917 or 16461984. OLE color: 16461984.

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

Color convert

RGB 160 48 251 -
CMYK 0.36 0.81 0 0.02
HSL 273.1º 0.96% 0.59% -
HSV(B) 273.1º 0.81% 0.98% -
XYZ 32.97 16.55 92.72 -
YUV 104.63 210.61 167.49 -
System Red Green Blue C M Y K H S L
Decimal 160 48 251 0.36 0.81 0 0.02 273.1 0.96 0.59
Hex A0 30 FB 24 51 0 2 111 60 3B
Octal 240 60 373 44 121 0 2 421 140 73
Binary 10100000 110000 11111011 100100 1010001 0 10 100010001 1100000 111011

Color Harmonies of #A030FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030FB

Black with #A030FB

Text Example


Text Example

White with #A030FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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