Html Css Color HEX #A04AFB Blue Violet

📋 copy color: '#A04AFB'

red 160 ◦ green 74 ◦ blue 251

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

Shades of Blue Violet #A04AFB

Tints of Blue Violet #A04AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 32.99%
G = 15.26%
B = 51.75%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A04AFB (or 0xA04AFB) is known color: Blue Violet. HEX triplet: A0, 4A and FB. RGB value is (160,74,251). Sum of RGB (Red+Green+Blue) = 160+74+251=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #A04AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFB is #5FB504. Grayscale: #777777. Windows color (decimal): -6272261 or 16468640. OLE color: 16468640.

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

Color convert

RGB 160 74 251 -
CMYK 0.36 0.71 0 0.02
HSL 269.15º 0.96% 0.64% -
HSV(B) 269.15º 0.71% 0.98% -
XYZ 34.36 19.34 93.19 -
YUV 119.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 160 74 251 0.36 0.71 0 0.02 269.15 0.96 0.64
Hex A0 4A FB 24 47 0 2 10D 60 40
Octal 240 112 373 44 107 0 2 415 140 100
Binary 10100000 1001010 11111011 100100 1000111 0 10 100001101 1100000 1000000

Color Harmonies of #A04AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AFB

Black with #A04AFB

Text Example


Text Example

White with #A04AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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