Html Css Color HEX #A466EE Medium Purple

📋 copy color: '#A466EE'

red 164 ◦ green 102 ◦ blue 238

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

Shades of Medium Purple #A466EE

Tints of Medium Purple #A466EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.24%

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

R = 32.54%
G = 20.24%
B = 47.22%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A466EE (or 0xA466EE) is known color: Medium Purple. HEX triplet: A4, 66 and EE. RGB value is (164,102,238). Sum of RGB (Red+Green+Blue) = 164+102+238=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A466EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466EE is #5B9911. Grayscale: #878787. Windows color (decimal): -6002962 or 15623844. OLE color: 15623844.

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

Color convert

RGB 164 102 238 -
CMYK 0.31 0.57 0 0.07
HSL 267.35º 0.8% 0.67% -
HSV(B) 267.35º 0.57% 0.93% -
XYZ 35.49 23.57 83.57 -
YUV 136.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 164 102 238 0.31 0.57 0 0.07 267.35 0.8 0.67
Hex A4 66 EE 1F 39 0 7 10B 50 43
Octal 244 146 356 37 71 0 7 413 120 103
Binary 10100100 1100110 11101110 11111 111001 0 111 100001011 1010000 1000011

Color Harmonies of #A466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466EE

Black with #A466EE

Text Example


Text Example

White with #A466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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