Html Css Color HEX #A46CF2 Medium Purple

📋 copy color: '#A46CF2'

red 164 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #A46CF2

Tints of Medium Purple #A46CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 31.91%
G = 21.01%
B = 47.08%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A46CF2 (or 0xA46CF2) is known color: Medium Purple. HEX triplet: A4, 6C and F2. RGB value is (164,108,242). Sum of RGB (Red+Green+Blue) = 164+108+242=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #A46CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CF2 is #5B930D. Grayscale: #8B8B8B. Windows color (decimal): -6001422 or 15887524. OLE color: 15887524.

HSL color Cylindrical-coordinate representation of color #A46CF2: hue angle of 265.07º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46CF2 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 108 242 -
CMYK 0.32 0.55 0 0.05
HSL 265.07º 0.84% 0.69% -
HSV(B) 265.07º 0.55% 0.95% -
XYZ 36.7 25.03 86.9 -
YUV 140.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 164 108 242 0.32 0.55 0 0.05 265.07 0.84 0.69
Hex A4 6C F2 20 37 0 5 109 54 45
Octal 244 154 362 40 67 0 5 411 124 105
Binary 10100100 1101100 11110010 100000 110111 0 101 100001001 1010100 1000101

Color Harmonies of #A46CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CF2

Black with #A46CF2

Text Example


Text Example

White with #A46CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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