Html Css Color HEX #A368EE Medium Purple

📋 copy color: '#A368EE'

red 163 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A368EE

Tints of Medium Purple #A368EE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 32.28%
G = 20.59%
B = 47.13%

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

#A368EE (or 0xA368EE) is known color: Medium Purple. HEX triplet: A3, 68 and EE. RGB value is (163,104,238). Sum of RGB (Red+Green+Blue) = 163+104+238=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A368EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A368EE is #5C9711. Grayscale: #888888. Windows color (decimal): -6067986 or 15624355. OLE color: 15624355.

HSL color Cylindrical-coordinate representation of color #A368EE: hue angle of 266.42º 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 #A368EE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 104 238 -
CMYK 0.32 0.56 0 0.07
HSL 266.42º 0.8% 0.67% -
HSV(B) 266.42º 0.56% 0.93% -
XYZ 35.49 23.86 83.62 -
YUV 136.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 163 104 238 0.32 0.56 0 0.07 266.42 0.8 0.67
Hex A3 68 EE 20 38 0 7 10A 50 43
Octal 243 150 356 40 70 0 7 412 120 103
Binary 10100011 1101000 11101110 100000 111000 0 111 100001010 1010000 1000011

Color Harmonies of #A368EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368EE

Black with #A368EE

Text Example


Text Example

White with #A368EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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