Html Css Color HEX #A47BDA Medium Purple

📋 copy color: '#A47BDA'

red 164 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A47BDA

Tints of Medium Purple #A47BDA

RGB

 RED value IS 164 (64.45% from 255) = 32.48%

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

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

R = 32.48%
G = 24.36%
B = 43.17%

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

#A47BDA (or 0xA47BDA) is known color: Medium Purple. HEX triplet: A4, 7B and DA. RGB value is (164,123,218). Sum of RGB (Red+Green+Blue) = 164+123+218=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A47BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BDA is #5B8425. Grayscale: #919191. Windows color (decimal): -5997606 or 14318500. OLE color: 14318500.

HSL color Cylindrical-coordinate representation of color #A47BDA: hue angle of 265.89º 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 #A47BDA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 123 218 -
CMYK 0.25 0.44 0 0.15
HSL 265.89º 0.56% 0.67% -
HSV(B) 265.89º 0.44% 0.85% -
XYZ 35.05 27.12 69.72 -
YUV 146.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 164 123 218 0.25 0.44 0 0.15 265.89 0.56 0.67
Hex A4 7B DA 19 2C 0 F 10A 38 43
Octal 244 173 332 31 54 0 17 412 70 103
Binary 10100100 1111011 11011010 11001 101100 0 1111 100001010 111000 1000011

Color Harmonies of #A47BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BDA

Black with #A47BDA

Text Example


Text Example

White with #A47BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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