Html Css Color HEX #A67DDF Medium Purple

📋 copy color: '#A67DDF'

red 166 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #A67DDF

Tints of Medium Purple #A67DDF

RGB

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

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

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

R = 32.3%
G = 24.32%
B = 43.39%

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

#A67DDF (or 0xA67DDF) is known color: Medium Purple. HEX triplet: A6, 7D and DF. RGB value is (166,125,223). Sum of RGB (Red+Green+Blue) = 166+125+223=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A67DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DDF is #598220. Grayscale: #949494. Windows color (decimal): -5866017 or 14646694. OLE color: 14646694.

HSL color Cylindrical-coordinate representation of color #A67DDF: hue angle of 265.1º degrees, saturation: 0.6, 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 #A67DDF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 125 223 -
CMYK 0.26 0.44 0 0.13
HSL 265.1º 0.6% 0.68% -
HSV(B) 265.1º 0.44% 0.87% -
XYZ 36.38 28.1 73.32 -
YUV 148.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 166 125 223 0.26 0.44 0 0.13 265.1 0.6 0.68
Hex A6 7D DF 1A 2C 0 D 109 3C 44
Octal 246 175 337 32 54 0 15 411 74 104
Binary 10100110 1111101 11011111 11010 101100 0 1101 100001001 111100 1000100

Color Harmonies of #A67DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DDF

Black with #A67DDF

Text Example


Text Example

White with #A67DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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