Html Css Color HEX #A73CFD Blue Violet

📋 copy color: '#A73CFD'

red 167 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #A73CFD

Tints of Blue Violet #A73CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 34.79%
G = 12.5%
B = 52.71%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A73CFD (or 0xA73CFD) is known color: Blue Violet. HEX triplet: A7, 3C and FD. RGB value is (167,60,253). Sum of RGB (Red+Green+Blue) = 167+60+253=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #A73CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CFD is #58C302. Grayscale: #717171. Windows color (decimal): -5817091 or 16596135. OLE color: 16596135.

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

Color convert

RGB 167 60 253 -
CMYK 0.34 0.76 0 0.01
HSL 273.26º 0.98% 0.61% -
HSV(B) 273.26º 0.76% 0.99% -
XYZ 35.28 18.54 94.65 -
YUV 114 206.45 165.81 -
System Red Green Blue C M Y K H S L
Decimal 167 60 253 0.34 0.76 0 0.01 273.26 0.98 0.61
Hex A7 3C FD 22 4C 0 1 111 62 3D
Octal 247 74 375 42 114 0 1 421 142 75
Binary 10100111 111100 11111101 100010 1001100 0 1 100010001 1100010 111101

Color Harmonies of #A73CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CFD

Black with #A73CFD

Text Example


Text Example

White with #A73CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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