Html Css Color HEX #A67CEF Medium Purple

📋 copy color: '#A67CEF'

red 166 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #A67CEF

Tints of Medium Purple #A67CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.44%

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

R = 31.38%
G = 23.44%
B = 45.18%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A67CEF (or 0xA67CEF) is known color: Medium Purple. HEX triplet: A6, 7C and EF. RGB value is (166,124,239). Sum of RGB (Red+Green+Blue) = 166+124+239=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #A67CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CEF is #598310. Grayscale: #959595. Windows color (decimal): -5866257 or 15695014. OLE color: 15695014.

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

Color convert

RGB 166 124 239 -
CMYK 0.31 0.48 0 0.06
HSL 261.91º 0.78% 0.71% -
HSV(B) 261.91º 0.48% 0.94% -
XYZ 38.51 28.75 85.18 -
YUV 149.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 166 124 239 0.31 0.48 0 0.06 261.91 0.78 0.71
Hex A6 7C EF 1F 30 0 6 106 4E 47
Octal 246 174 357 37 60 0 6 406 116 107
Binary 10100110 1111100 11101111 11111 110000 0 110 100000110 1001110 1000111

Color Harmonies of #A67CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CEF

Black with #A67CEF

Text Example


Text Example

White with #A67CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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