Html Css Color HEX #A730FE Blue Violet

📋 copy color: '#A730FE'

red 167 ◦ green 48 ◦ blue 254

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

Shades of Blue Violet #A730FE

Tints of Blue Violet #A730FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 35.61%
G = 10.23%
B = 54.16%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A730FE (or 0xA730FE) is known color: Blue Violet. HEX triplet: A7, 30 and FE. RGB value is (167,48,254). Sum of RGB (Red+Green+Blue) = 167+48+254=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #A730FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730FE is #58CF01. Grayscale: #6A6A6A. Windows color (decimal): -5820162 or 16658599. OLE color: 16658599.

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

Color convert

RGB 167 48 254 -
CMYK 0.34 0.81 0 0.00
HSL 274.66º 0.99% 0.59% -
HSV(B) 274.66º 0.81% 1% -
XYZ 34.88 17.49 95.3 -
YUV 107.07 210.92 170.75 -
System Red Green Blue C M Y K H S L
Decimal 167 48 254 0.34 0.81 0 0.00 274.66 0.99 0.59
Hex A7 30 FE 22 51 0 0 113 63 3B
Octal 247 60 376 42 121 0 0 423 143 73
Binary 10100111 110000 11111110 100010 1010001 0 0 100010011 1100011 111011

Color Harmonies of #A730FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730FE

Black with #A730FE

Text Example


Text Example

White with #A730FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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