Html Css Color HEX #A07DED Medium Purple

📋 copy color: '#A07DED'

red 160 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #A07DED

Tints of Medium Purple #A07DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 30.65%
G = 23.95%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A07DED (or 0xA07DED) is known color: Medium Purple. HEX triplet: A0, 7D and ED. RGB value is (160,125,237). Sum of RGB (Red+Green+Blue) = 160+125+237=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DED is #5F8212. Grayscale: #939393. Windows color (decimal): -6259219 or 15564192. OLE color: 15564192.

HSL color Cylindrical-coordinate representation of color #A07DED: hue angle of 258.75º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07DED is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 125 237 -
CMYK 0.32 0.47 0 0.07
HSL 258.75º 0.76% 0.71% -
HSV(B) 258.75º 0.47% 0.93% -
XYZ 37.12 28.26 83.62 -
YUV 148.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 160 125 237 0.32 0.47 0 0.07 258.75 0.76 0.71
Hex A0 7D ED 20 2F 0 7 103 4C 47
Octal 240 175 355 40 57 0 7 403 114 107
Binary 10100000 1111101 11101101 100000 101111 0 111 100000011 1001100 1000111

Color Harmonies of #A07DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DED

Black with #A07DED

Text Example


Text Example

White with #A07DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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