Html Css Color HEX #A730F5 Blue Violet

📋 copy color: '#A730F5'

red 167 ◦ green 48 ◦ blue 245

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

Shades of Blue Violet #A730F5

Tints of Blue Violet #A730F5

RGB

 RED value IS 167 (65.63% from 255) = 36.3%

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

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 36.3%
G = 10.43%
B = 53.26%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A730F5 (or 0xA730F5) is known color: Blue Violet. HEX triplet: A7, 30 and F5. RGB value is (167,48,245). Sum of RGB (Red+Green+Blue) = 167+48+245=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #A730F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730F5 is #58CF0A. Grayscale: #696969. Windows color (decimal): -5820171 or 16068775. OLE color: 16068775.

HSL color Cylindrical-coordinate representation of color #A730F5: hue angle of 276.24º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A730F5 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 48 245 -
CMYK 0.32 0.80 0 0.04
HSL 276.24º 0.91% 0.57% -
HSV(B) 276.24º 0.8% 0.96% -
XYZ 33.47 16.92 87.89 -
YUV 106.04 206.42 171.48 -
System Red Green Blue C M Y K H S L
Decimal 167 48 245 0.32 0.80 0 0.04 276.24 0.91 0.57
Hex A7 30 F5 20 50 0 4 114 5B 39
Octal 247 60 365 40 120 0 4 424 133 71
Binary 10100111 110000 11110101 100000 1010000 0 100 100010100 1011011 111001

Color Harmonies of #A730F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730F5

Black with #A730F5

Text Example


Text Example

White with #A730F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730F5; }

 p { color: rgb(167,48,245); }

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

background-color css

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

 a { background-color: rgb(167,48,245); }

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

border-color css

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

 span { border-color: rgb(167,48,245); }

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