Html Css Color HEX #A04CFD Blue Violet

📋 copy color: '#A04CFD'

red 160 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #A04CFD

Tints of Blue Violet #A04CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.54%

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

R = 32.72%
G = 15.54%
B = 51.74%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A04CFD (or 0xA04CFD) is known color: Blue Violet. HEX triplet: A0, 4C and FD. RGB value is (160,76,253). Sum of RGB (Red+Green+Blue) = 160+76+253=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #A04CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CFD is #5FB302. Grayscale: #787878. Windows color (decimal): -6271747 or 16600224. OLE color: 16600224.

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

Color convert

RGB 160 76 253 -
CMYK 0.37 0.70 0 0.01
HSL 268.47º 0.98% 0.65% -
HSV(B) 268.47º 0.7% 0.99% -
XYZ 34.81 19.73 94.9 -
YUV 121.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 160 76 253 0.37 0.70 0 0.01 268.47 0.98 0.65
Hex A0 4C FD 25 46 0 1 10C 62 41
Octal 240 114 375 45 106 0 1 414 142 101
Binary 10100000 1001100 11111101 100101 1000110 0 1 100001100 1100010 1000001

Color Harmonies of #A04CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CFD

Black with #A04CFD

Text Example


Text Example

White with #A04CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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