Html Css Color HEX #A030FC Blue Violet

📋 copy color: '#A030FC'

red 160 ◦ green 48 ◦ blue 252

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

Shades of Blue Violet #A030FC

Tints of Blue Violet #A030FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 34.78%
G = 10.43%
B = 54.78%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A030FC (or 0xA030FC) is known color: Blue Violet. HEX triplet: A0, 30 and FC. RGB value is (160,48,252). Sum of RGB (Red+Green+Blue) = 160+48+252=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #A030FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030FC is #5FCF03. Grayscale: #686868. Windows color (decimal): -6278916 or 16527520. OLE color: 16527520.

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

Color convert

RGB 160 48 252 -
CMYK 0.37 0.81 0 0.01
HSL 272.94º 0.97% 0.59% -
HSV(B) 272.94º 0.81% 0.99% -
XYZ 33.12 16.62 93.56 -
YUV 104.74 211.11 167.41 -
System Red Green Blue C M Y K H S L
Decimal 160 48 252 0.37 0.81 0 0.01 272.94 0.97 0.59
Hex A0 30 FC 25 51 0 1 111 61 3B
Octal 240 60 374 45 121 0 1 421 141 73
Binary 10100000 110000 11111100 100101 1010001 0 1 100010001 1100001 111011

Color Harmonies of #A030FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030FC

Black with #A030FC

Text Example


Text Example

White with #A030FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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