Html Css Color HEX #A73CF7 Blue Violet

📋 copy color: '#A73CF7'

red 167 ◦ green 60 ◦ blue 247

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

Shades of Blue Violet #A73CF7

Tints of Blue Violet #A73CF7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.66%

 BLUE value IS 247 (96.88% from 255) = 52.11%

R = 35.23%
G = 12.66%
B = 52.11%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A73CF7 (or 0xA73CF7) is known color: Blue Violet. HEX triplet: A7, 3C and F7. RGB value is (167,60,247). Sum of RGB (Red+Green+Blue) = 167+60+247=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #A73CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CF7 is #58C308. Grayscale: #707070. Windows color (decimal): -5817097 or 16202919. OLE color: 16202919.

HSL color Cylindrical-coordinate representation of color #A73CF7: hue angle of 274.33º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73CF7 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 60 247 -
CMYK 0.32 0.76 0 0.03
HSL 274.33º 0.92% 0.6% -
HSV(B) 274.33º 0.76% 0.97% -
XYZ 34.34 18.16 89.69 -
YUV 113.31 203.45 166.29 -
System Red Green Blue C M Y K H S L
Decimal 167 60 247 0.32 0.76 0 0.03 274.33 0.92 0.6
Hex A7 3C F7 20 4C 0 3 112 5C 3C
Octal 247 74 367 40 114 0 3 422 134 74
Binary 10100111 111100 11110111 100000 1001100 0 11 100010010 1011100 111100

Color Harmonies of #A73CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CF7

Black with #A73CF7

Text Example


Text Example

White with #A73CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CF7; }

 p { color: rgb(167,60,247); }

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

background-color css

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

 a { background-color: rgb(167,60,247); }

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

border-color css

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

 span { border-color: rgb(167,60,247); }

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