Html Css Color HEX #A07DDD Medium Purple

📋 copy color: '#A07DDD'

red 160 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #A07DDD

Tints of Medium Purple #A07DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 31.62%
G = 24.7%
B = 43.68%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07DDD (or 0xA07DDD) is known color: Medium Purple. HEX triplet: A0, 7D and DD. RGB value is (160,125,221). Sum of RGB (Red+Green+Blue) = 160+125+221=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DDD is #5F8222. Grayscale: #929292. Windows color (decimal): -6259235 or 14515616. OLE color: 14515616.

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

Color convert

RGB 160 125 221 -
CMYK 0.28 0.43 0 0.13
HSL 261.88º 0.59% 0.68% -
HSV(B) 261.88º 0.43% 0.87% -
XYZ 34.88 27.36 71.85 -
YUV 146.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 160 125 221 0.28 0.43 0 0.13 261.88 0.59 0.68
Hex A0 7D DD 1C 2B 0 D 106 3B 44
Octal 240 175 335 34 53 0 15 406 73 104
Binary 10100000 1111101 11011101 11100 101011 0 1101 100000110 111011 1000100

Color Harmonies of #A07DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DDD

Black with #A07DDD

Text Example


Text Example

White with #A07DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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