Html Css Color HEX #A37BDA Medium Purple

📋 copy color: '#A37BDA'

red 163 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A37BDA

Tints of Medium Purple #A37BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 32.34%
G = 24.4%
B = 43.25%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A37BDA (or 0xA37BDA) is known color: Medium Purple. HEX triplet: A3, 7B and DA. RGB value is (163,123,218). Sum of RGB (Red+Green+Blue) = 163+123+218=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #A37BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BDA is #5C8425. Grayscale: #919191. Windows color (decimal): -6063142 or 14318499. OLE color: 14318499.

HSL color Cylindrical-coordinate representation of color #A37BDA: hue angle of 265.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37BDA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 123 218 -
CMYK 0.25 0.44 0 0.15
HSL 265.26º 0.56% 0.67% -
HSV(B) 265.26º 0.44% 0.85% -
XYZ 34.84 27.01 69.71 -
YUV 145.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 163 123 218 0.25 0.44 0 0.15 265.26 0.56 0.67
Hex A3 7B DA 19 2C 0 F 109 38 43
Octal 243 173 332 31 54 0 17 411 70 103
Binary 10100011 1111011 11011010 11001 101100 0 1111 100001001 111000 1000011

Color Harmonies of #A37BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BDA

Black with #A37BDA

Text Example


Text Example

White with #A37BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BDA; }

 p { color: rgb(163,123,218); }

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

background-color css

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

 a { background-color: rgb(163,123,218); }

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

border-color css

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

 span { border-color: rgb(163,123,218); }

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