Html Css Color HEX #A466E5 Medium Purple

📋 copy color: '#A466E5'

red 164 ◦ green 102 ◦ blue 229

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

Shades of Medium Purple #A466E5

Tints of Medium Purple #A466E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 33.13%
G = 20.61%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A466E5 (or 0xA466E5) is known color: Medium Purple. HEX triplet: A4, 66 and E5. RGB value is (164,102,229). Sum of RGB (Red+Green+Blue) = 164+102+229=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #A466E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466E5 is #5B991A. Grayscale: #868686. Windows color (decimal): -6002971 or 15034020. OLE color: 15034020.

HSL color Cylindrical-coordinate representation of color #A466E5: hue angle of 269.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A466E5 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 102 229 -
CMYK 0.28 0.55 0 0.10
HSL 269.29º 0.71% 0.65% -
HSV(B) 269.29º 0.55% 0.9% -
XYZ 34.2 23.05 76.78 -
YUV 135.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 164 102 229 0.28 0.55 0 0.10 269.29 0.71 0.65
Hex A4 66 E5 1C 37 0 A 10D 47 41
Octal 244 146 345 34 67 0 12 415 107 101
Binary 10100100 1100110 11100101 11100 110111 0 1010 100001101 1000111 1000001

Color Harmonies of #A466E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466E5

Black with #A466E5

Text Example


Text Example

White with #A466E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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