Html Css Color HEX #A048ED Blue Violet

📋 copy color: '#A048ED'

red 160 ◦ green 72 ◦ blue 237

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

Shades of Blue Violet #A048ED

Tints of Blue Violet #A048ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 34.12%
G = 15.35%
B = 50.53%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A048ED (or 0xA048ED) is known color: Blue Violet. HEX triplet: A0, 48 and ED. RGB value is (160,72,237). Sum of RGB (Red+Green+Blue) = 160+72+237=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A048ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048ED is #5FB712. Grayscale: #747474. Windows color (decimal): -6272787 or 15550624. OLE color: 15550624.

HSL color Cylindrical-coordinate representation of color #A048ED: hue angle of 272º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A048ED is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 72 237 -
CMYK 0.32 0.70 0 0.07
HSL 272º 0.82% 0.61% -
HSV(B) 272º 0.7% 0.93% -
XYZ 32.1 18.22 81.95 -
YUV 117.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 160 72 237 0.32 0.70 0 0.07 272 0.82 0.61
Hex A0 48 ED 20 46 0 7 110 52 3D
Octal 240 110 355 40 106 0 7 420 122 75
Binary 10100000 1001000 11101101 100000 1000110 0 111 100010000 1010010 111101

Color Harmonies of #A048ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048ED

Black with #A048ED

Text Example


Text Example

White with #A048ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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