Html Css Color HEX #A048EF Blue Violet

📋 copy color: '#A048EF'

red 160 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #A048EF

Tints of Blue Violet #A048EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 33.97%
G = 15.29%
B = 50.74%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A048EF (or 0xA048EF) is known color: Blue Violet. HEX triplet: A0, 48 and EF. RGB value is (160,72,239). Sum of RGB (Red+Green+Blue) = 160+72+239=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #A048EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048EF is #5FB710. Grayscale: #747474. Windows color (decimal): -6272785 or 15681696. OLE color: 15681696.

HSL color Cylindrical-coordinate representation of color #A048EF: hue angle of 271.62º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A048EF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 72 239 -
CMYK 0.33 0.70 0 0.06
HSL 271.62º 0.84% 0.61% -
HSV(B) 271.62º 0.7% 0.94% -
XYZ 32.39 18.34 83.49 -
YUV 117.35 196.65 158.42 -
System Red Green Blue C M Y K H S L
Decimal 160 72 239 0.33 0.70 0 0.06 271.62 0.84 0.61
Hex A0 48 EF 21 46 0 6 110 54 3D
Octal 240 110 357 41 106 0 6 420 124 75
Binary 10100000 1001000 11101111 100001 1000110 0 110 100010000 1010100 111101

Color Harmonies of #A048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048EF

Black with #A048EF

Text Example


Text Example

White with #A048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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