Html Css Color HEX #A67CDF Medium Purple

📋 copy color: '#A67CDF'

red 166 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #A67CDF

Tints of Medium Purple #A67CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 32.36%
G = 24.17%
B = 43.47%

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

#A67CDF (or 0xA67CDF) is known color: Medium Purple. HEX triplet: A6, 7C and DF. RGB value is (166,124,223). Sum of RGB (Red+Green+Blue) = 166+124+223=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #A67CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CDF is #598320. Grayscale: #939393. Windows color (decimal): -5866273 or 14646438. OLE color: 14646438.

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

Color convert

RGB 166 124 223 -
CMYK 0.26 0.44 0 0.13
HSL 265.45º 0.61% 0.68% -
HSV(B) 265.45º 0.44% 0.87% -
XYZ 36.25 27.85 73.28 -
YUV 147.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 166 124 223 0.26 0.44 0 0.13 265.45 0.61 0.68
Hex A6 7C DF 1A 2C 0 D 109 3D 44
Octal 246 174 337 32 54 0 15 411 75 104
Binary 10100110 1111100 11011111 11010 101100 0 1101 100001001 111101 1000100

Color Harmonies of #A67CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CDF

Black with #A67CDF

Text Example


Text Example

White with #A67CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CDF; }

 p { color: rgb(166,124,223); }

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

background-color css

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

 a { background-color: rgb(166,124,223); }

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

border-color css

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

 span { border-color: rgb(166,124,223); }

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