Html Css Color HEX #A068F6 Medium Purple

📋 copy color: '#A068F6'

red 160 ◦ green 104 ◦ blue 246

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

Shades of Medium Purple #A068F6

Tints of Medium Purple #A068F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

 BLUE value IS 246 (96.48% from 255) = 48.24%

R = 31.37%
G = 20.39%
B = 48.24%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A068F6 (or 0xA068F6) is known color: Medium Purple. HEX triplet: A0, 68 and F6. RGB value is (160,104,246). Sum of RGB (Red+Green+Blue) = 160+104+246=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #A068F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068F6 is #5F9709. Grayscale: #888888. Windows color (decimal): -6264586 or 16148640. OLE color: 16148640.

HSL color Cylindrical-coordinate representation of color #A068F6: hue angle of 263.66º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A068F6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 104 246 -
CMYK 0.35 0.58 0 0.04
HSL 263.66º 0.89% 0.69% -
HSV(B) 263.66º 0.58% 0.96% -
XYZ 36.08 24.03 89.92 -
YUV 136.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 160 104 246 0.35 0.58 0 0.04 263.66 0.89 0.69
Hex A0 68 F6 23 3A 0 4 108 59 45
Octal 240 150 366 43 72 0 4 410 131 105
Binary 10100000 1101000 11110110 100011 111010 0 100 100001000 1011001 1000101

Color Harmonies of #A068F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068F6

Black with #A068F6

Text Example


Text Example

White with #A068F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068F6; }

 p { color: rgb(160,104,246); }

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

background-color css

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

 a { background-color: rgb(160,104,246); }

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

border-color css

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

 span { border-color: rgb(160,104,246); }

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