Html Css Color HEX #A369E8 Medium Purple

📋 copy color: '#A369E8'

red 163 ◦ green 105 ◦ blue 232

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

Shades of Medium Purple #A369E8

Tints of Medium Purple #A369E8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21%

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 32.6%
G = 21%
B = 46.4%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A369E8 (or 0xA369E8) is known color: Medium Purple. HEX triplet: A3, 69 and E8. RGB value is (163,105,232). Sum of RGB (Red+Green+Blue) = 163+105+232=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #A369E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A369E8 is #5C9617. Grayscale: #888888. Windows color (decimal): -6067736 or 15231395. OLE color: 15231395.

HSL color Cylindrical-coordinate representation of color #A369E8: hue angle of 267.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A369E8 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 105 232 -
CMYK 0.30 0.55 0 0.09
HSL 267.4º 0.73% 0.66% -
HSV(B) 267.4º 0.55% 0.91% -
XYZ 34.72 23.72 79.09 -
YUV 136.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 163 105 232 0.30 0.55 0 0.09 267.4 0.73 0.66
Hex A3 69 E8 1E 37 0 9 10B 49 42
Octal 243 151 350 36 67 0 11 413 111 102
Binary 10100011 1101001 11101000 11110 110111 0 1001 100001011 1001001 1000010

Color Harmonies of #A369E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369E8

Black with #A369E8

Text Example


Text Example

White with #A369E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369E8; }

 p { color: rgb(163,105,232); }

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

background-color css

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

 a { background-color: rgb(163,105,232); }

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

border-color css

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

 span { border-color: rgb(163,105,232); }

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