Html Css Color HEX #A46CEF Medium Purple

📋 copy color: '#A46CEF'

red 164 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #A46CEF

Tints of Medium Purple #A46CEF

RGB

 RED value IS 164 (64.45% from 255) = 32.09%

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 32.09%
G = 21.14%
B = 46.77%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A46CEF (or 0xA46CEF) is known color: Medium Purple. HEX triplet: A4, 6C and EF. RGB value is (164,108,239). Sum of RGB (Red+Green+Blue) = 164+108+239=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #A46CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CEF is #5B9310. Grayscale: #8B8B8B. Windows color (decimal): -6001425 or 15690916. OLE color: 15690916.

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

Color convert

RGB 164 108 239 -
CMYK 0.31 0.55 0 0.06
HSL 265.65º 0.8% 0.68% -
HSV(B) 265.65º 0.55% 0.94% -
XYZ 36.25 24.85 84.55 -
YUV 139.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 164 108 239 0.31 0.55 0 0.06 265.65 0.8 0.68
Hex A4 6C EF 1F 37 0 6 10A 50 44
Octal 244 154 357 37 67 0 6 412 120 104
Binary 10100100 1101100 11101111 11111 110111 0 110 100001010 1010000 1000100

Color Harmonies of #A46CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CEF

Black with #A46CEF

Text Example


Text Example

White with #A46CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CEF; }

 p { color: rgb(164,108,239); }

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

background-color css

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

 a { background-color: rgb(164,108,239); }

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

border-color css

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

 span { border-color: rgb(164,108,239); }

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