Html Css Color HEX #A37BDD Medium Purple

📋 copy color: '#A37BDD'

red 163 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #A37BDD

Tints of Medium Purple #A37BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 32.15%
G = 24.26%
B = 43.59%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A37BDD (or 0xA37BDD) is known color: Medium Purple. HEX triplet: A3, 7B and DD. RGB value is (163,123,221). Sum of RGB (Red+Green+Blue) = 163+123+221=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A37BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BDD is #5C8422. Grayscale: #919191. Windows color (decimal): -6063139 or 14515107. OLE color: 14515107.

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

Color convert

RGB 163 123 221 -
CMYK 0.26 0.44 0 0.13
HSL 264.49º 0.59% 0.67% -
HSV(B) 264.49º 0.44% 0.87% -
XYZ 35.24 27.17 71.79 -
YUV 146.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 163 123 221 0.26 0.44 0 0.13 264.49 0.59 0.67
Hex A3 7B DD 1A 2C 0 D 108 3B 43
Octal 243 173 335 32 54 0 15 410 73 103
Binary 10100011 1111011 11011101 11010 101100 0 1101 100001000 111011 1000011

Color Harmonies of #A37BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BDD

Black with #A37BDD

Text Example


Text Example

White with #A37BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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