Html Css Color HEX #A366EA Medium Purple

📋 copy color: '#A366EA'

red 163 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #A366EA

Tints of Medium Purple #A366EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 32.67%
G = 20.44%
B = 46.89%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A366EA (or 0xA366EA) is known color: Medium Purple. HEX triplet: A3, 66 and EA. RGB value is (163,102,234). Sum of RGB (Red+Green+Blue) = 163+102+234=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A366EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366EA is #5C9915. Grayscale: #868686. Windows color (decimal): -6068502 or 15361699. OLE color: 15361699.

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

Color convert

RGB 163 102 234 -
CMYK 0.30 0.56 0 0.08
HSL 267.73º 0.76% 0.66% -
HSV(B) 267.73º 0.56% 0.92% -
XYZ 34.71 23.23 80.5 -
YUV 135.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 163 102 234 0.30 0.56 0 0.08 267.73 0.76 0.66
Hex A3 66 EA 1E 38 0 8 10C 4C 42
Octal 243 146 352 36 70 0 10 414 114 102
Binary 10100011 1100110 11101010 11110 111000 0 1000 100001100 1001100 1000010

Color Harmonies of #A366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366EA

Black with #A366EA

Text Example


Text Example

White with #A366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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