Html Css Color HEX #A467EC Medium Purple

📋 copy color: '#A467EC'

red 164 ◦ green 103 ◦ blue 236

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

Shades of Medium Purple #A467EC

Tints of Medium Purple #A467EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.48%

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

R = 32.6%
G = 20.48%
B = 46.92%

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

#A467EC (or 0xA467EC) is known color: Medium Purple. HEX triplet: A4, 67 and EC. RGB value is (164,103,236). Sum of RGB (Red+Green+Blue) = 164+103+236=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A467EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A467EC is #5B9813. Grayscale: #878787. Windows color (decimal): -6002708 or 15493028. OLE color: 15493028.

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

Color convert

RGB 164 103 236 -
CMYK 0.31 0.56 0 0.07
HSL 267.52º 0.78% 0.66% -
HSV(B) 267.52º 0.56% 0.93% -
XYZ 35.3 23.65 82.06 -
YUV 136.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 164 103 236 0.31 0.56 0 0.07 267.52 0.78 0.66
Hex A4 67 EC 1F 38 0 7 10C 4E 42
Octal 244 147 354 37 70 0 7 414 116 102
Binary 10100100 1100111 11101100 11111 111000 0 111 100001100 1001110 1000010

Color Harmonies of #A467EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467EC

Black with #A467EC

Text Example


Text Example

White with #A467EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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