Html Css Color HEX #A67FEE Medium Purple

📋 copy color: '#A67FEE'

red 166 ◦ green 127 ◦ blue 238

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

Shades of Medium Purple #A67FEE

Tints of Medium Purple #A67FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 31.26%
G = 23.92%
B = 44.82%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A67FEE (or 0xA67FEE) is known color: Medium Purple. HEX triplet: A6, 7F and EE. RGB value is (166,127,238). Sum of RGB (Red+Green+Blue) = 166+127+238=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #A67FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEE is #598011. Grayscale: #969696. Windows color (decimal): -5865490 or 15630246. OLE color: 15630246.

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

Color convert

RGB 166 127 238 -
CMYK 0.30 0.47 0 0.07
HSL 261.08º 0.77% 0.72% -
HSV(B) 261.08º 0.47% 0.93% -
XYZ 38.75 29.46 84.53 -
YUV 151.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 166 127 238 0.30 0.47 0 0.07 261.08 0.77 0.72
Hex A6 7F EE 1E 2F 0 7 105 4D 48
Octal 246 177 356 36 57 0 7 405 115 110
Binary 10100110 1111111 11101110 11110 101111 0 111 100000101 1001101 1001000

Color Harmonies of #A67FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FEE

Black with #A67FEE

Text Example


Text Example

White with #A67FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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