Html Css Color HEX #A37AD6 Medium Purple

📋 copy color: '#A37AD6'

red 163 ◦ green 122 ◦ blue 214

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

Shades of Medium Purple #A37AD6

Tints of Medium Purple #A37AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.45%

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 32.67%
G = 24.45%
B = 42.89%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A37AD6 (or 0xA37AD6) is known color: Medium Purple. HEX triplet: A3, 7A and D6. RGB value is (163,122,214). Sum of RGB (Red+Green+Blue) = 163+122+214=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #A37AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AD6 is #5C8529. Grayscale: #909090. Windows color (decimal): -6063402 or 14056099. OLE color: 14056099.

HSL color Cylindrical-coordinate representation of color #A37AD6: hue angle of 266.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37AD6 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 122 214 -
CMYK 0.24 0.43 0 0.16
HSL 266.74º 0.53% 0.66% -
HSV(B) 266.74º 0.43% 0.84% -
XYZ 34.2 26.56 66.94 -
YUV 144.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 163 122 214 0.24 0.43 0 0.16 266.74 0.53 0.66
Hex A3 7A D6 18 2B 0 10 10B 35 42
Octal 243 172 326 30 53 0 20 413 65 102
Binary 10100011 1111010 11010110 11000 101011 0 10000 100001011 110101 1000010

Color Harmonies of #A37AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AD6

Black with #A37AD6

Text Example


Text Example

White with #A37AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AD6; }

 p { color: rgb(163,122,214); }

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

background-color css

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

 a { background-color: rgb(163,122,214); }

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

border-color css

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

 span { border-color: rgb(163,122,214); }

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