Html Css Color HEX #A07CDB Medium Purple

📋 copy color: '#A07CDB'

red 160 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #A07CDB

Tints of Medium Purple #A07CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 31.81%
G = 24.65%
B = 43.54%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07CDB (or 0xA07CDB) is known color: Medium Purple. HEX triplet: A0, 7C and DB. RGB value is (160,124,219). Sum of RGB (Red+Green+Blue) = 160+124+219=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A07CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDB is #5F8324. Grayscale: #919191. Windows color (decimal): -6259493 or 14384288. OLE color: 14384288.

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

Color convert

RGB 160 124 219 -
CMYK 0.27 0.43 0 0.14
HSL 262.74º 0.57% 0.67% -
HSV(B) 262.74º 0.43% 0.86% -
XYZ 34.49 27 70.41 -
YUV 145.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 160 124 219 0.27 0.43 0 0.14 262.74 0.57 0.67
Hex A0 7C DB 1B 2B 0 E 107 39 43
Octal 240 174 333 33 53 0 16 407 71 103
Binary 10100000 1111100 11011011 11011 101011 0 1110 100000111 111001 1000011

Color Harmonies of #A07CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CDB

Black with #A07CDB

Text Example


Text Example

White with #A07CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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