Html Css Color HEX #A068DF Medium Purple

📋 copy color: '#A068DF'

red 160 ◦ green 104 ◦ blue 223

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

Shades of Medium Purple #A068DF

Tints of Medium Purple #A068DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 32.85%
G = 21.36%
B = 45.79%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A068DF (or 0xA068DF) is known color: Medium Purple. HEX triplet: A0, 68 and DF. RGB value is (160,104,223). Sum of RGB (Red+Green+Blue) = 160+104+223=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A068DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068DF is #5F9720. Grayscale: #858585. Windows color (decimal): -6264609 or 14641312. OLE color: 14641312.

HSL color Cylindrical-coordinate representation of color #A068DF: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A068DF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 104 223 -
CMYK 0.28 0.53 0 0.13
HSL 268.24º 0.65% 0.64% -
HSV(B) 268.24º 0.53% 0.87% -
XYZ 32.77 22.7 72.47 -
YUV 134.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 160 104 223 0.28 0.53 0 0.13 268.24 0.65 0.64
Hex A0 68 DF 1C 35 0 D 10C 41 40
Octal 240 150 337 34 65 0 15 414 101 100
Binary 10100000 1101000 11011111 11100 110101 0 1101 100001100 1000001 1000000

Color Harmonies of #A068DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068DF

Black with #A068DF

Text Example


Text Example

White with #A068DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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