Html Css Color HEX #A46BEC Medium Purple

📋 copy color: '#A46BEC'

red 164 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #A46BEC

Tints of Medium Purple #A46BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

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

R = 32.35%
G = 21.1%
B = 46.55%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A46BEC (or 0xA46BEC) is known color: Medium Purple. HEX triplet: A4, 6B and EC. RGB value is (164,107,236). Sum of RGB (Red+Green+Blue) = 164+107+236=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A46BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BEC is #5B9413. Grayscale: #8A8A8A. Windows color (decimal): -6001684 or 15494052. OLE color: 15494052.

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

Color convert

RGB 164 107 236 -
CMYK 0.31 0.55 0 0.07
HSL 266.51º 0.77% 0.67% -
HSV(B) 266.51º 0.55% 0.93% -
XYZ 35.71 24.46 82.2 -
YUV 138.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 164 107 236 0.31 0.55 0 0.07 266.51 0.77 0.67
Hex A4 6B EC 1F 37 0 7 10B 4D 43
Octal 244 153 354 37 67 0 7 413 115 103
Binary 10100100 1101011 11101100 11111 110111 0 111 100001011 1001101 1000011

Color Harmonies of #A46BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BEC

Black with #A46BEC

Text Example


Text Example

White with #A46BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BEC; }

 p { color: rgb(164,107,236); }

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

background-color css

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

 a { background-color: rgb(164,107,236); }

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

border-color css

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

 span { border-color: rgb(164,107,236); }

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