Html Css Color HEX #A73CFA Blue Violet

📋 copy color: '#A73CFA'

red 167 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #A73CFA

Tints of Blue Violet #A73CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 35.01%
G = 12.58%
B = 52.41%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A73CFA (or 0xA73CFA) is known color: Blue Violet. HEX triplet: A7, 3C and FA. RGB value is (167,60,250). Sum of RGB (Red+Green+Blue) = 167+60+250=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #A73CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CFA is #58C305. Grayscale: #717171. Windows color (decimal): -5817094 or 16399527. OLE color: 16399527.

HSL color Cylindrical-coordinate representation of color #A73CFA: hue angle of 273.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73CFA is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 60 250 -
CMYK 0.33 0.76 0 0.02
HSL 273.79º 0.95% 0.61% -
HSV(B) 273.79º 0.76% 0.98% -
XYZ 34.81 18.35 92.15 -
YUV 113.65 204.95 166.05 -
System Red Green Blue C M Y K H S L
Decimal 167 60 250 0.33 0.76 0 0.02 273.79 0.95 0.61
Hex A7 3C FA 21 4C 0 2 112 5F 3D
Octal 247 74 372 41 114 0 2 422 137 75
Binary 10100111 111100 11111010 100001 1001100 0 10 100010010 1011111 111101

Color Harmonies of #A73CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CFA

Black with #A73CFA

Text Example


Text Example

White with #A73CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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