Html Css Color HEX #A04AFD Blue Violet

📋 copy color: '#A04AFD'

red 160 ◦ green 74 ◦ blue 253

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

Shades of Blue Violet #A04AFD

Tints of Blue Violet #A04AFD

RGB

 RED value IS 160 (62.89% from 255) = 32.85%

 GREEN value IS 74 (29.3% from 255) = 15.2%

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

R = 32.85%
G = 15.2%
B = 51.95%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A04AFD (or 0xA04AFD) is known color: Blue Violet. HEX triplet: A0, 4A and FD. RGB value is (160,74,253). Sum of RGB (Red+Green+Blue) = 160+74+253=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #A04AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFD is #5FB502. Grayscale: #777777. Windows color (decimal): -6272259 or 16599712. OLE color: 16599712.

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

Color convert

RGB 160 74 253 -
CMYK 0.37 0.71 0 0.01
HSL 268.83º 0.98% 0.64% -
HSV(B) 268.83º 0.71% 0.99% -
XYZ 34.68 19.46 94.86 -
YUV 120.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 160 74 253 0.37 0.71 0 0.01 268.83 0.98 0.64
Hex A0 4A FD 25 47 0 1 10D 62 40
Octal 240 112 375 45 107 0 1 415 142 100
Binary 10100000 1001010 11111101 100101 1000111 0 1 100001101 1100010 1000000

Color Harmonies of #A04AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AFD

Black with #A04AFD

Text Example


Text Example

White with #A04AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AFD; }

 p { color: rgb(160,74,253); }

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

background-color css

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

 a { background-color: rgb(160,74,253); }

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

border-color css

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

 span { border-color: rgb(160,74,253); }

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