Html Css Color HEX #A46CE7 Medium Purple

📋 copy color: '#A46CE7'

red 164 ◦ green 108 ◦ blue 231

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

Shades of Medium Purple #A46CE7

Tints of Medium Purple #A46CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 32.6%
G = 21.47%
B = 45.92%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A46CE7 (or 0xA46CE7) is known color: Medium Purple. HEX triplet: A4, 6C and E7. RGB value is (164,108,231). Sum of RGB (Red+Green+Blue) = 164+108+231=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #A46CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CE7 is #5B9318. Grayscale: #8A8A8A. Windows color (decimal): -6001433 or 15166628. OLE color: 15166628.

HSL color Cylindrical-coordinate representation of color #A46CE7: hue angle of 267.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A46CE7 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 108 231 -
CMYK 0.29 0.53 0 0.09
HSL 267.32º 0.72% 0.66% -
HSV(B) 267.32º 0.53% 0.91% -
XYZ 35.1 24.39 78.46 -
YUV 138.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 164 108 231 0.29 0.53 0 0.09 267.32 0.72 0.66
Hex A4 6C E7 1D 35 0 9 10B 48 42
Octal 244 154 347 35 65 0 11 413 110 102
Binary 10100100 1101100 11100111 11101 110101 0 1001 100001011 1001000 1000010

Color Harmonies of #A46CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CE7

Black with #A46CE7

Text Example


Text Example

White with #A46CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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