Html Css Color HEX #A466E6 Medium Purple

📋 copy color: '#A466E6'

red 164 ◦ green 102 ◦ blue 230

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

Shades of Medium Purple #A466E6

Tints of Medium Purple #A466E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.37%

R = 33.06%
G = 20.56%
B = 46.37%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A466E6 (or 0xA466E6) is known color: Medium Purple. HEX triplet: A4, 66 and E6. RGB value is (164,102,230). Sum of RGB (Red+Green+Blue) = 164+102+230=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A466E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466E6 is #5B9919. Grayscale: #868686. Windows color (decimal): -6002970 or 15099556. OLE color: 15099556.

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

Color convert

RGB 164 102 230 -
CMYK 0.29 0.56 0 0.10
HSL 269.06º 0.72% 0.65% -
HSV(B) 269.06º 0.56% 0.9% -
XYZ 34.34 23.11 77.51 -
YUV 135.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 164 102 230 0.29 0.56 0 0.10 269.06 0.72 0.65
Hex A4 66 E6 1D 38 0 A 10D 48 41
Octal 244 146 346 35 70 0 12 415 110 101
Binary 10100100 1100110 11100110 11101 111000 0 1010 100001101 1001000 1000001

Color Harmonies of #A466E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466E6

Black with #A466E6

Text Example


Text Example

White with #A466E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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