Html Css Color HEX #A466EB Medium Purple

📋 copy color: '#A466EB'

red 164 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #A466EB

Tints of Medium Purple #A466EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 32.73%
G = 20.36%
B = 46.91%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A466EB (or 0xA466EB) is known color: Medium Purple. HEX triplet: A4, 66 and EB. RGB value is (164,102,235). Sum of RGB (Red+Green+Blue) = 164+102+235=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #A466EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466EB is #5B9914. Grayscale: #878787. Windows color (decimal): -6002965 or 15427236. OLE color: 15427236.

HSL color Cylindrical-coordinate representation of color #A466EB: hue angle of 267.97º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A466EB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 102 235 -
CMYK 0.30 0.57 0 0.08
HSL 267.97º 0.77% 0.66% -
HSV(B) 267.97º 0.57% 0.92% -
XYZ 35.06 23.39 81.26 -
YUV 135.7 184.04 148.19 -
System Red Green Blue C M Y K H S L
Decimal 164 102 235 0.30 0.57 0 0.08 267.97 0.77 0.66
Hex A4 66 EB 1E 39 0 8 10C 4D 42
Octal 244 146 353 36 71 0 10 414 115 102
Binary 10100100 1100110 11101011 11110 111001 0 1000 100001100 1001101 1000010

Color Harmonies of #A466EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466EB

Black with #A466EB

Text Example


Text Example

White with #A466EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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