Html Css Color HEX #A46FFC Medium Purple

📋 copy color: '#A46FFC'

red 164 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #A46FFC

Tints of Medium Purple #A46FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 31.12%
G = 21.06%
B = 47.82%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A46FFC (or 0xA46FFC) is known color: Medium Purple. HEX triplet: A4, 6F and FC. RGB value is (164,111,252). Sum of RGB (Red+Green+Blue) = 164+111+252=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A46FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FFC is #5B9003. Grayscale: #8E8E8E. Windows color (decimal): -6000644 or 16543652. OLE color: 16543652.

HSL color Cylindrical-coordinate representation of color #A46FFC: hue angle of 262.55º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46FFC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 111 252 -
CMYK 0.35 0.56 0 0.01
HSL 262.55º 0.96% 0.71% -
HSV(B) 262.55º 0.56% 0.99% -
XYZ 38.56 26.29 95.14 -
YUV 142.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 164 111 252 0.35 0.56 0 0.01 262.55 0.96 0.71
Hex A4 6F FC 23 38 0 1 107 60 47
Octal 244 157 374 43 70 0 1 407 140 107
Binary 10100100 1101111 11111100 100011 111000 0 1 100000111 1100000 1000111

Color Harmonies of #A46FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FFC

Black with #A46FFC

Text Example


Text Example

White with #A46FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FFC; }

 p { color: rgb(164,111,252); }

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

background-color css

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

 a { background-color: rgb(164,111,252); }

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

border-color css

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

 span { border-color: rgb(164,111,252); }

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