Html Css Color HEX #A07CDD Medium Purple

📋 copy color: '#A07CDD'

red 160 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #A07CDD

Tints of Medium Purple #A07CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.55%

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

R = 31.68%
G = 24.55%
B = 43.76%

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

#A07CDD (or 0xA07CDD) is known color: Medium Purple. HEX triplet: A0, 7C and DD. RGB value is (160,124,221). Sum of RGB (Red+Green+Blue) = 160+124+221=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDD is #5F8322. Grayscale: #919191. Windows color (decimal): -6259491 or 14515360. OLE color: 14515360.

HSL color Cylindrical-coordinate representation of color #A07CDD: hue angle of 262.27º degrees, saturation: 0.59, 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 #A07CDD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 124 221 -
CMYK 0.28 0.44 0 0.13
HSL 262.27º 0.59% 0.68% -
HSV(B) 262.27º 0.44% 0.87% -
XYZ 34.76 27.11 71.81 -
YUV 145.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 160 124 221 0.28 0.44 0 0.13 262.27 0.59 0.68
Hex A0 7C DD 1C 2C 0 D 106 3B 44
Octal 240 174 335 34 54 0 15 406 73 104
Binary 10100000 1111100 11011101 11100 101100 0 1101 100000110 111011 1000100

Color Harmonies of #A07CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CDD

Black with #A07CDD

Text Example


Text Example

White with #A07CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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