Html Css Color HEX #A366F2 Medium Purple

📋 copy color: '#A366F2'

red 163 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #A366F2

Tints of Medium Purple #A366F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 32.15%
G = 20.12%
B = 47.73%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A366F2 (or 0xA366F2) is known color: Medium Purple. HEX triplet: A3, 66 and F2. RGB value is (163,102,242). Sum of RGB (Red+Green+Blue) = 163+102+242=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #A366F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366F2 is #5C990D. Grayscale: #878787. Windows color (decimal): -6068494 or 15885987. OLE color: 15885987.

HSL color Cylindrical-coordinate representation of color #A366F2: hue angle of 266.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A366F2 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 102 242 -
CMYK 0.33 0.58 0 0.05
HSL 266.14º 0.84% 0.67% -
HSV(B) 266.14º 0.58% 0.95% -
XYZ 35.88 23.7 86.69 -
YUV 136.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 163 102 242 0.33 0.58 0 0.05 266.14 0.84 0.67
Hex A3 66 F2 21 3A 0 5 10A 54 43
Octal 243 146 362 41 72 0 5 412 124 103
Binary 10100011 1100110 11110010 100001 111010 0 101 100001010 1010100 1000011

Color Harmonies of #A366F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366F2

Black with #A366F2

Text Example


Text Example

White with #A366F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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