Html Css Color HEX #A67BDC Medium Purple

📋 copy color: '#A67BDC'

red 166 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #A67BDC

Tints of Medium Purple #A67BDC

RGB

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

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

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

R = 32.61%
G = 24.17%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A67BDC (or 0xA67BDC) is known color: Medium Purple. HEX triplet: A6, 7B and DC. RGB value is (166,123,220). Sum of RGB (Red+Green+Blue) = 166+123+220=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A67BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BDC is #598423. Grayscale: #929292. Windows color (decimal): -5866532 or 14449574. OLE color: 14449574.

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

Color convert

RGB 166 123 220 -
CMYK 0.25 0.44 0 0.14
HSL 266.6º 0.58% 0.67% -
HSV(B) 266.6º 0.44% 0.86% -
XYZ 35.73 27.44 71.12 -
YUV 146.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 166 123 220 0.25 0.44 0 0.14 266.6 0.58 0.67
Hex A6 7B DC 19 2C 0 E 10B 3A 43
Octal 246 173 334 31 54 0 16 413 72 103
Binary 10100110 1111011 11011100 11001 101100 0 1110 100001011 111010 1000011

Color Harmonies of #A67BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BDC

Black with #A67BDC

Text Example


Text Example

White with #A67BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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