Html Css Color HEX #A378DF Medium Purple

📋 copy color: '#A378DF'

red 163 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #A378DF

Tints of Medium Purple #A378DF

RGB

 RED value IS 163 (64.06% from 255) = 32.21%

 GREEN value IS 120 (47.27% from 255) = 23.72%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 32.21%
G = 23.72%
B = 44.07%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A378DF (or 0xA378DF) is known color: Medium Purple. HEX triplet: A3, 78 and DF. RGB value is (163,120,223). Sum of RGB (Red+Green+Blue) = 163+120+223=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A378DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378DF is #5C8720. Grayscale: #909090. Windows color (decimal): -6063905 or 14645411. OLE color: 14645411.

HSL color Cylindrical-coordinate representation of color #A378DF: hue angle of 265.05º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A378DF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 120 223 -
CMYK 0.27 0.46 0 0.13
HSL 265.05º 0.62% 0.67% -
HSV(B) 265.05º 0.46% 0.87% -
XYZ 35.14 26.55 73.08 -
YUV 144.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 163 120 223 0.27 0.46 0 0.13 265.05 0.62 0.67
Hex A3 78 DF 1B 2E 0 D 109 3E 43
Octal 243 170 337 33 56 0 15 411 76 103
Binary 10100011 1111000 11011111 11011 101110 0 1101 100001001 111110 1000011

Color Harmonies of #A378DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378DF

Black with #A378DF

Text Example


Text Example

White with #A378DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378DF; }

 p { color: rgb(163,120,223); }

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

background-color css

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

 a { background-color: rgb(163,120,223); }

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

border-color css

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

 span { border-color: rgb(163,120,223); }

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