Html Css Color HEX #A369EE Medium Purple

📋 copy color: '#A369EE'

red 163 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #A369EE

Tints of Medium Purple #A369EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 32.21%
G = 20.75%
B = 47.04%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A369EE (or 0xA369EE) is known color: Medium Purple. HEX triplet: A3, 69 and EE. RGB value is (163,105,238). Sum of RGB (Red+Green+Blue) = 163+105+238=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A369EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A369EE is #5C9611. Grayscale: #898989. Windows color (decimal): -6067730 or 15624611. OLE color: 15624611.

HSL color Cylindrical-coordinate representation of color #A369EE: hue angle of 266.17º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A369EE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 105 238 -
CMYK 0.32 0.56 0 0.07
HSL 266.17º 0.8% 0.67% -
HSV(B) 266.17º 0.56% 0.93% -
XYZ 35.59 24.06 83.66 -
YUV 137.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 163 105 238 0.32 0.56 0 0.07 266.17 0.8 0.67
Hex A3 69 EE 20 38 0 7 10A 50 43
Octal 243 151 356 40 70 0 7 412 120 103
Binary 10100011 1101001 11101110 100000 111000 0 111 100001010 1010000 1000011

Color Harmonies of #A369EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369EE

Black with #A369EE

Text Example


Text Example

White with #A369EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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