Html Css Color HEX #A485EC Medium Purple

📋 copy color: '#A485EC'

red 164 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A485EC

Tints of Medium Purple #A485EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.95%

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

R = 30.77%
G = 24.95%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A485EC (or 0xA485EC) is known color: Medium Purple. HEX triplet: A4, 85 and EC. RGB value is (164,133,236). Sum of RGB (Red+Green+Blue) = 164+133+236=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A485EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485EC is #5B7A13. Grayscale: #999999. Windows color (decimal): -5995028 or 15500708. OLE color: 15500708.

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

Color convert

RGB 164 133 236 -
CMYK 0.31 0.44 0 0.07
HSL 258.06º 0.73% 0.72% -
HSV(B) 258.06º 0.44% 0.93% -
XYZ 38.84 30.72 83.24 -
YUV 154.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 164 133 236 0.31 0.44 0 0.07 258.06 0.73 0.72
Hex A4 85 EC 1F 2C 0 7 102 49 48
Octal 244 205 354 37 54 0 7 402 111 110
Binary 10100100 10000101 11101100 11111 101100 0 111 100000010 1001001 1001000

Color Harmonies of #A485EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485EC

Black with #A485EC

Text Example


Text Example

White with #A485EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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