Html Css Color HEX #A076F8 Medium Purple

📋 copy color: '#A076F8'

red 160 ◦ green 118 ◦ blue 248

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

Shades of Medium Purple #A076F8

Tints of Medium Purple #A076F8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 30.42%
G = 22.43%
B = 47.15%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A076F8 (or 0xA076F8) is known color: Medium Purple. HEX triplet: A0, 76 and F8. RGB value is (160,118,248). Sum of RGB (Red+Green+Blue) = 160+118+248=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #A076F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076F8 is #5F8907. Grayscale: #909090. Windows color (decimal): -6261000 or 16283296. OLE color: 16283296.

HSL color Cylindrical-coordinate representation of color #A076F8: hue angle of 259.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A076F8 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 118 248 -
CMYK 0.35 0.52 0 0.03
HSL 259.38º 0.9% 0.72% -
HSV(B) 259.38º 0.52% 0.97% -
XYZ 37.92 27.21 92.06 -
YUV 145.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 160 118 248 0.35 0.52 0 0.03 259.38 0.9 0.72
Hex A0 76 F8 23 34 0 3 103 5A 48
Octal 240 166 370 43 64 0 3 403 132 110
Binary 10100000 1110110 11111000 100011 110100 0 11 100000011 1011010 1001000

Color Harmonies of #A076F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076F8

Black with #A076F8

Text Example


Text Example

White with #A076F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076F8; }

 p { color: rgb(160,118,248); }

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

background-color css

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

 a { background-color: rgb(160,118,248); }

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

border-color css

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

 span { border-color: rgb(160,118,248); }

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