Html Css Color HEX #A07DDF Medium Purple

📋 copy color: '#A07DDF'

red 160 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #A07DDF

Tints of Medium Purple #A07DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

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

R = 31.5%
G = 24.61%
B = 43.9%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07DDF (or 0xA07DDF) is known color: Medium Purple. HEX triplet: A0, 7D and DF. RGB value is (160,125,223). Sum of RGB (Red+Green+Blue) = 160+125+223=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #A07DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DDF is #5F8220. Grayscale: #929292. Windows color (decimal): -6259233 or 14646688. OLE color: 14646688.

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

Color convert

RGB 160 125 223 -
CMYK 0.28 0.44 0 0.13
HSL 261.43º 0.6% 0.68% -
HSV(B) 261.43º 0.44% 0.87% -
XYZ 35.15 27.47 73.26 -
YUV 146.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 160 125 223 0.28 0.44 0 0.13 261.43 0.6 0.68
Hex A0 7D DF 1C 2C 0 D 105 3C 44
Octal 240 175 337 34 54 0 15 405 74 104
Binary 10100000 1111101 11011111 11100 101100 0 1101 100000101 111100 1000100

Color Harmonies of #A07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DDF

Black with #A07DDF

Text Example


Text Example

White with #A07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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