Html Css Color HEX #A04FFB Blue Violet

📋 copy color: '#A04FFB'

red 160 ◦ green 79 ◦ blue 251

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

Shades of Blue Violet #A04FFB

Tints of Blue Violet #A04FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

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

R = 32.65%
G = 16.12%
B = 51.22%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A04FFB (or 0xA04FFB) is known color: Blue Violet. HEX triplet: A0, 4F and FB. RGB value is (160,79,251). Sum of RGB (Red+Green+Blue) = 160+79+251=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #A04FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFB is #5FB004. Grayscale: #7A7A7A. Windows color (decimal): -6270981 or 16469920. OLE color: 16469920.

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

Color convert

RGB 160 79 251 -
CMYK 0.36 0.69 0 0.02
HSL 268.26º 0.96% 0.65% -
HSV(B) 268.26º 0.69% 0.98% -
XYZ 34.71 20.03 93.3 -
YUV 122.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 160 79 251 0.36 0.69 0 0.02 268.26 0.96 0.65
Hex A0 4F FB 24 45 0 2 10C 60 41
Octal 240 117 373 44 105 0 2 414 140 101
Binary 10100000 1001111 11111011 100100 1000101 0 10 100001100 1100000 1000001

Color Harmonies of #A04FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FFB

Black with #A04FFB

Text Example


Text Example

White with #A04FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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