Html Css Color HEX #A07CD2 Medium Purple

📋 copy color: '#A07CD2'

red 160 ◦ green 124 ◦ blue 210

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

Shades of Medium Purple #A07CD2

Tints of Medium Purple #A07CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 32.39%
G = 25.1%
B = 42.51%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A07CD2 (or 0xA07CD2) is known color: Medium Purple. HEX triplet: A0, 7C and D2. RGB value is (160,124,210). Sum of RGB (Red+Green+Blue) = 160+124+210=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #A07CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CD2 is #5F832D. Grayscale: #909090. Windows color (decimal): -6259502 or 13794464. OLE color: 13794464.

HSL color Cylindrical-coordinate representation of color #A07CD2: hue angle of 265.12º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07CD2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 124 210 -
CMYK 0.24 0.41 0 0.18
HSL 265.12º 0.49% 0.65% -
HSV(B) 265.12º 0.41% 0.82% -
XYZ 33.34 26.54 64.34 -
YUV 144.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 160 124 210 0.24 0.41 0 0.18 265.12 0.49 0.65
Hex A0 7C D2 18 29 0 12 109 31 41
Octal 240 174 322 30 51 0 22 411 61 101
Binary 10100000 1111100 11010010 11000 101001 0 10010 100001001 110001 1000001

Color Harmonies of #A07CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CD2

Black with #A07CD2

Text Example


Text Example

White with #A07CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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