Html Css Color HEX #A67DD5 Medium Purple

📋 copy color: '#A67DD5'

red 166 ◦ green 125 ◦ blue 213

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

Shades of Medium Purple #A67DD5

Tints of Medium Purple #A67DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 32.94%
G = 24.8%
B = 42.26%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A67DD5 (or 0xA67DD5) is known color: Medium Purple. HEX triplet: A6, 7D and D5. RGB value is (166,125,213). Sum of RGB (Red+Green+Blue) = 166+125+213=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #A67DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DD5 is #59822A. Grayscale: #929292. Windows color (decimal): -5866027 or 13991334. OLE color: 13991334.

HSL color Cylindrical-coordinate representation of color #A67DD5: hue angle of 267.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67DD5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 125 213 -
CMYK 0.22 0.41 0 0.16
HSL 267.95º 0.51% 0.66% -
HSV(B) 267.95º 0.41% 0.84% -
XYZ 35.07 27.58 66.43 -
YUV 147.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 166 125 213 0.22 0.41 0 0.16 267.95 0.51 0.66
Hex A6 7D D5 16 29 0 10 10C 33 42
Octal 246 175 325 26 51 0 20 414 63 102
Binary 10100110 1111101 11010101 10110 101001 0 10000 100001100 110011 1000010

Color Harmonies of #A67DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DD5

Black with #A67DD5

Text Example


Text Example

White with #A67DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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