Html Css Color HEX #A468EE Medium Purple

📋 copy color: '#A468EE'

red 164 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A468EE

Tints of Medium Purple #A468EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 32.41%
G = 20.55%
B = 47.04%

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

#A468EE (or 0xA468EE) is known color: Medium Purple. HEX triplet: A4, 68 and EE. RGB value is (164,104,238). Sum of RGB (Red+Green+Blue) = 164+104+238=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A468EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468EE is #5B9711. Grayscale: #888888. Windows color (decimal): -6002450 or 15624356. OLE color: 15624356.

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

Color convert

RGB 164 104 238 -
CMYK 0.31 0.56 0 0.07
HSL 266.87º 0.8% 0.67% -
HSV(B) 266.87º 0.56% 0.93% -
XYZ 35.69 23.97 83.63 -
YUV 137.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 164 104 238 0.31 0.56 0 0.07 266.87 0.8 0.67
Hex A4 68 EE 1F 38 0 7 10B 50 43
Octal 244 150 356 37 70 0 7 413 120 103
Binary 10100100 1101000 11101110 11111 111000 0 111 100001011 1010000 1000011

Color Harmonies of #A468EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468EE

Black with #A468EE

Text Example


Text Example

White with #A468EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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