Html Css Color HEX #A67FEC Medium Purple

📋 copy color: '#A67FEC'

red 166 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #A67FEC

Tints of Medium Purple #A67FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 31.38%
G = 24.01%
B = 44.61%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A67FEC (or 0xA67FEC) is known color: Medium Purple. HEX triplet: A6, 7F and EC. RGB value is (166,127,236). Sum of RGB (Red+Green+Blue) = 166+127+236=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEC is #598013. Grayscale: #969696. Windows color (decimal): -5865492 or 15499174. OLE color: 15499174.

HSL color Cylindrical-coordinate representation of color #A67FEC: hue angle of 261.47º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FEC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 127 236 -
CMYK 0.30 0.46 0 0.07
HSL 261.47º 0.74% 0.71% -
HSV(B) 261.47º 0.46% 0.93% -
XYZ 38.46 29.34 82.99 -
YUV 151.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 166 127 236 0.30 0.46 0 0.07 261.47 0.74 0.71
Hex A6 7F EC 1E 2E 0 7 105 4A 47
Octal 246 177 354 36 56 0 7 405 112 107
Binary 10100110 1111111 11101100 11110 101110 0 111 100000101 1001010 1000111

Color Harmonies of #A67FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FEC

Black with #A67FEC

Text Example


Text Example

White with #A67FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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