Html Css Color HEX #A67FDC Medium Purple

📋 copy color: '#A67FDC'

red 166 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #A67FDC

Tints of Medium Purple #A67FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.76%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 32.36%
G = 24.76%
B = 42.88%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A67FDC (or 0xA67FDC) is known color: Medium Purple. HEX triplet: A6, 7F and DC. RGB value is (166,127,220). Sum of RGB (Red+Green+Blue) = 166+127+220=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A67FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FDC is #598023. Grayscale: #949494. Windows color (decimal): -5865508 or 14450598. OLE color: 14450598.

HSL color Cylindrical-coordinate representation of color #A67FDC: hue angle of 265.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67FDC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 127 220 -
CMYK 0.25 0.42 0 0.14
HSL 265.16º 0.57% 0.68% -
HSV(B) 265.16º 0.42% 0.86% -
XYZ 36.23 28.45 71.29 -
YUV 149.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 166 127 220 0.25 0.42 0 0.14 265.16 0.57 0.68
Hex A6 7F DC 19 2A 0 E 109 39 44
Octal 246 177 334 31 52 0 16 411 71 104
Binary 10100110 1111111 11011100 11001 101010 0 1110 100001001 111001 1000100

Color Harmonies of #A67FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FDC

Black with #A67FDC

Text Example


Text Example

White with #A67FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FDC; }

 p { color: rgb(166,127,220); }

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

background-color css

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

 a { background-color: rgb(166,127,220); }

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

border-color css

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

 span { border-color: rgb(166,127,220); }

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