Html Css Color HEX #A06DF3 Medium Purple

📋 copy color: '#A06DF3'

red 160 ◦ green 109 ◦ blue 243

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

Shades of Medium Purple #A06DF3

Tints of Medium Purple #A06DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.29%

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 31.25%
G = 21.29%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A06DF3 (or 0xA06DF3) is known color: Medium Purple. HEX triplet: A0, 6D and F3. RGB value is (160,109,243). Sum of RGB (Red+Green+Blue) = 160+109+243=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #A06DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DF3 is #5F920C. Grayscale: #8B8B8B. Windows color (decimal): -6263309 or 15953312. OLE color: 15953312.

HSL color Cylindrical-coordinate representation of color #A06DF3: hue angle of 262.84º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06DF3 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 109 243 -
CMYK 0.34 0.55 0 0.05
HSL 262.84º 0.85% 0.69% -
HSV(B) 262.84º 0.55% 0.95% -
XYZ 36.14 24.88 87.69 -
YUV 139.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 160 109 243 0.34 0.55 0 0.05 262.84 0.85 0.69
Hex A0 6D F3 22 37 0 5 107 55 45
Octal 240 155 363 42 67 0 5 407 125 105
Binary 10100000 1101101 11110011 100010 110111 0 101 100000111 1010101 1000101

Color Harmonies of #A06DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DF3

Black with #A06DF3

Text Example


Text Example

White with #A06DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DF3; }

 p { color: rgb(160,109,243); }

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

background-color css

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

 a { background-color: rgb(160,109,243); }

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

border-color css

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

 span { border-color: rgb(160,109,243); }

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