Html Css Color HEX #A07DDA Medium Purple

📋 copy color: '#A07DDA'

red 160 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A07DDA

Tints of Medium Purple #A07DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 31.81%
G = 24.85%
B = 43.34%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A07DDA (or 0xA07DDA) is known color: Medium Purple. HEX triplet: A0, 7D and DA. RGB value is (160,125,218). Sum of RGB (Red+Green+Blue) = 160+125+218=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DDA is #5F8225. Grayscale: #919191. Windows color (decimal): -6259238 or 14319008. OLE color: 14319008.

HSL color Cylindrical-coordinate representation of color #A07DDA: hue angle of 262.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07DDA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 125 218 -
CMYK 0.27 0.43 0 0.15
HSL 262.58º 0.56% 0.67% -
HSV(B) 262.58º 0.43% 0.85% -
XYZ 34.49 27.2 69.76 -
YUV 146.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 160 125 218 0.27 0.43 0 0.15 262.58 0.56 0.67
Hex A0 7D DA 1B 2B 0 F 107 38 43
Octal 240 175 332 33 53 0 17 407 70 103
Binary 10100000 1111101 11011010 11011 101011 0 1111 100000111 111000 1000011

Color Harmonies of #A07DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DDA

Black with #A07DDA

Text Example


Text Example

White with #A07DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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