Html Css Color HEX #A67FD6 Medium Purple

📋 copy color: '#A67FD6'

red 166 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #A67FD6

Tints of Medium Purple #A67FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 32.74%
G = 25.05%
B = 42.21%

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

#A67FD6 (or 0xA67FD6) is known color: Medium Purple. HEX triplet: A6, 7F and D6. RGB value is (166,127,214). Sum of RGB (Red+Green+Blue) = 166+127+214=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #A67FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FD6 is #598029. Grayscale: #949494. Windows color (decimal): -5865514 or 14057382. OLE color: 14057382.

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

Color convert

RGB 166 127 214 -
CMYK 0.22 0.41 0 0.16
HSL 266.9º 0.51% 0.67% -
HSV(B) 266.9º 0.41% 0.84% -
XYZ 35.45 28.14 67.18 -
YUV 148.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 166 127 214 0.22 0.41 0 0.16 266.9 0.51 0.67
Hex A6 7F D6 16 29 0 10 10B 33 43
Octal 246 177 326 26 51 0 20 413 63 103
Binary 10100110 1111111 11010110 10110 101001 0 10000 100001011 110011 1000011

Color Harmonies of #A67FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FD6

Black with #A67FD6

Text Example


Text Example

White with #A67FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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