Html Css Color HEX #A366EB Medium Purple

📋 copy color: '#A366EB'

red 163 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #A366EB

Tints of Medium Purple #A366EB

RGB

 RED value IS 163 (64.06% from 255) = 32.6%

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

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

R = 32.6%
G = 20.4%
B = 47%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A366EB (or 0xA366EB) is known color: Medium Purple. HEX triplet: A3, 66 and EB. RGB value is (163,102,235). Sum of RGB (Red+Green+Blue) = 163+102+235=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #A366EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366EB is #5C9914. Grayscale: #868686. Windows color (decimal): -6068501 or 15427235. OLE color: 15427235.

HSL color Cylindrical-coordinate representation of color #A366EB: hue angle of 267.52º 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 #A366EB is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 102 235 -
CMYK 0.31 0.57 0 0.08
HSL 267.52º 0.77% 0.66% -
HSV(B) 267.52º 0.57% 0.92% -
XYZ 34.85 23.29 81.26 -
YUV 135.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 163 102 235 0.31 0.57 0 0.08 267.52 0.77 0.66
Hex A3 66 EB 1F 39 0 8 10C 4D 42
Octal 243 146 353 37 71 0 10 414 115 102
Binary 10100011 1100110 11101011 11111 111001 0 1000 100001100 1001101 1000010

Color Harmonies of #A366EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366EB

Black with #A366EB

Text Example


Text Example

White with #A366EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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