Html Css Color HEX #A048FF Blue Violet

📋 copy color: '#A048FF'

red 160 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #A048FF

Tints of Blue Violet #A048FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.78%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 32.85%
G = 14.78%
B = 52.36%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A048FF (or 0xA048FF) is known color: Blue Violet. HEX triplet: A0, 48 and FF. RGB value is (160,72,255). Sum of RGB (Red+Green+Blue) = 160+72+255=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A048FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048FF is #5FB700. Grayscale: #767676. Windows color (decimal): -6272769 or 16730272. OLE color: 16730272.

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

Color convert

RGB 160 72 255 -
CMYK 0.37 0.72 0 0
HSL 268.85º 1% 0.64% -
HSV(B) 268.85º 0.72% 1% -
XYZ 34.86 19.33 96.5 -
YUV 119.17 204.65 157.12 -
System Red Green Blue C M Y K H S L
Decimal 160 72 255 0.37 0.72 0 0 268.85 1 0.64
Hex A0 48 FF 25 48 0 0 10D 64 40
Octal 240 110 377 45 110 0 0 415 144 100
Binary 10100000 1001000 11111111 100101 1001000 0 0 100001101 1100100 1000000

Color Harmonies of #A048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048FF

Black with #A048FF

Text Example


Text Example

White with #A048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048FF; }

 p { color: rgb(160,72,255); }

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

background-color css

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

 a { background-color: rgb(160,72,255); }

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

border-color css

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

 span { border-color: rgb(160,72,255); }

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