Html Css Color HEX #A46BF0 Medium Purple

📋 copy color: '#A46BF0'

red 164 ◦ green 107 ◦ blue 240

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

Shades of Medium Purple #A46BF0

Tints of Medium Purple #A46BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 32.09%
G = 20.94%
B = 46.97%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A46BF0 (or 0xA46BF0) is known color: Medium Purple. HEX triplet: A4, 6B and F0. RGB value is (164,107,240). Sum of RGB (Red+Green+Blue) = 164+107+240=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #A46BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BF0 is #5B940F. Grayscale: #8A8A8A. Windows color (decimal): -6001680 or 15756196. OLE color: 15756196.

HSL color Cylindrical-coordinate representation of color #A46BF0: hue angle of 265.71º degrees, saturation: 0.82, 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 #A46BF0 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 107 240 -
CMYK 0.32 0.55 0 0.06
HSL 265.71º 0.82% 0.68% -
HSV(B) 265.71º 0.55% 0.94% -
XYZ 36.3 24.7 85.29 -
YUV 139.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 164 107 240 0.32 0.55 0 0.06 265.71 0.82 0.68
Hex A4 6B F0 20 37 0 6 10A 52 44
Octal 244 153 360 40 67 0 6 412 122 104
Binary 10100100 1101011 11110000 100000 110111 0 110 100001010 1010010 1000100

Color Harmonies of #A46BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BF0

Black with #A46BF0

Text Example


Text Example

White with #A46BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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