Html Css Color HEX #A468EC Medium Purple

📋 copy color: '#A468EC'

red 164 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #A468EC

Tints of Medium Purple #A468EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.63%

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

R = 32.54%
G = 20.63%
B = 46.83%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A468EC (or 0xA468EC) is known color: Medium Purple. HEX triplet: A4, 68 and EC. RGB value is (164,104,236). Sum of RGB (Red+Green+Blue) = 164+104+236=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A468EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468EC is #5B9713. Grayscale: #888888. Windows color (decimal): -6002452 or 15493284. OLE color: 15493284.

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

Color convert

RGB 164 104 236 -
CMYK 0.31 0.56 0 0.07
HSL 267.27º 0.78% 0.67% -
HSV(B) 267.27º 0.56% 0.93% -
XYZ 35.4 23.85 82.09 -
YUV 136.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 164 104 236 0.31 0.56 0 0.07 267.27 0.78 0.67
Hex A4 68 EC 1F 38 0 7 10B 4E 43
Octal 244 150 354 37 70 0 7 413 116 103
Binary 10100100 1101000 11101100 11111 111000 0 111 100001011 1001110 1000011

Color Harmonies of #A468EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468EC

Black with #A468EC

Text Example


Text Example

White with #A468EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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