Html Css Color HEX #A67DDD Medium Purple

📋 copy color: '#A67DDD'

red 166 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #A67DDD

Tints of Medium Purple #A67DDD

RGB

 RED value IS 166 (65.23% from 255) = 32.42%

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 32.42%
G = 24.41%
B = 43.16%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A67DDD (or 0xA67DDD) is known color: Medium Purple. HEX triplet: A6, 7D and DD. RGB value is (166,125,221). Sum of RGB (Red+Green+Blue) = 166+125+221=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A67DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DDD is #598222. Grayscale: #939393. Windows color (decimal): -5866019 or 14515622. OLE color: 14515622.

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

Color convert

RGB 166 125 221 -
CMYK 0.25 0.43 0 0.13
HSL 265.63º 0.59% 0.68% -
HSV(B) 265.63º 0.43% 0.87% -
XYZ 36.11 27.99 71.91 -
YUV 148.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 166 125 221 0.25 0.43 0 0.13 265.63 0.59 0.68
Hex A6 7D DD 19 2B 0 D 10A 3B 44
Octal 246 175 335 31 53 0 15 412 73 104
Binary 10100110 1111101 11011101 11001 101011 0 1101 100001010 111011 1000100

Color Harmonies of #A67DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DDD

Black with #A67DDD

Text Example


Text Example

White with #A67DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DDD; }

 p { color: rgb(166,125,221); }

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

background-color css

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

 a { background-color: rgb(166,125,221); }

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

border-color css

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

 span { border-color: rgb(166,125,221); }

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