Html Css Color HEX #A67EEF Medium Purple

📋 copy color: '#A67EEF'

red 166 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #A67EEF

Tints of Medium Purple #A67EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 31.26%
G = 23.73%
B = 45.01%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A67EEF (or 0xA67EEF) is known color: Medium Purple. HEX triplet: A6, 7E and EF. RGB value is (166,126,239). Sum of RGB (Red+Green+Blue) = 166+126+239=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #A67EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EEF is #598110. Grayscale: #969696. Windows color (decimal): -5865745 or 15695526. OLE color: 15695526.

HSL color Cylindrical-coordinate representation of color #A67EEF: hue angle of 261.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67EEF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 126 239 -
CMYK 0.31 0.47 0 0.06
HSL 261.24º 0.78% 0.72% -
HSV(B) 261.24º 0.47% 0.94% -
XYZ 38.77 29.26 85.27 -
YUV 150.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 166 126 239 0.31 0.47 0 0.06 261.24 0.78 0.72
Hex A6 7E EF 1F 2F 0 6 105 4E 48
Octal 246 176 357 37 57 0 6 405 116 110
Binary 10100110 1111110 11101111 11111 101111 0 110 100000101 1001110 1001000

Color Harmonies of #A67EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67EEF

Black with #A67EEF

Text Example


Text Example

White with #A67EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67EEF; }

 p { color: rgb(166,126,239); }

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

background-color css

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

 a { background-color: rgb(166,126,239); }

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

border-color css

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

 span { border-color: rgb(166,126,239); }

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