Html Css Color HEX #A468ED Medium Purple

📋 copy color: '#A468ED'

red 164 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #A468ED

Tints of Medium Purple #A468ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 32.48%
G = 20.59%
B = 46.93%

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

#A468ED (or 0xA468ED) is known color: Medium Purple. HEX triplet: A4, 68 and ED. RGB value is (164,104,237). Sum of RGB (Red+Green+Blue) = 164+104+237=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A468ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468ED is #5B9712. Grayscale: #888888. Windows color (decimal): -6002451 or 15558820. OLE color: 15558820.

HSL color Cylindrical-coordinate representation of color #A468ED: hue angle of 267.07º degrees, saturation: 0.79, 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 #A468ED is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 104 237 -
CMYK 0.31 0.56 0 0.07
HSL 267.07º 0.79% 0.67% -
HSV(B) 267.07º 0.56% 0.93% -
XYZ 35.55 23.91 82.86 -
YUV 137.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 164 104 237 0.31 0.56 0 0.07 267.07 0.79 0.67
Hex A4 68 ED 1F 38 0 7 10B 4F 43
Octal 244 150 355 37 70 0 7 413 117 103
Binary 10100100 1101000 11101101 11111 111000 0 111 100001011 1001111 1000011

Color Harmonies of #A468ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468ED

Black with #A468ED

Text Example


Text Example

White with #A468ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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