Html Css Color HEX #A368E8 Medium Purple

📋 copy color: '#A368E8'

red 163 ◦ green 104 ◦ blue 232

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

Shades of Medium Purple #A368E8

Tints of Medium Purple #A368E8

RGB

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

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

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

R = 32.67%
G = 20.84%
B = 46.49%

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

#A368E8 (or 0xA368E8) is known color: Medium Purple. HEX triplet: A3, 68 and E8. RGB value is (163,104,232). Sum of RGB (Red+Green+Blue) = 163+104+232=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #A368E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A368E8 is #5C9717. Grayscale: #878787. Windows color (decimal): -6067992 or 15231139. OLE color: 15231139.

HSL color Cylindrical-coordinate representation of color #A368E8: hue angle of 267.66º degrees, saturation: 0.74, 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 #A368E8 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 104 232 -
CMYK 0.30 0.55 0 0.09
HSL 267.66º 0.74% 0.66% -
HSV(B) 267.66º 0.55% 0.91% -
XYZ 34.62 23.51 79.06 -
YUV 136.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 163 104 232 0.30 0.55 0 0.09 267.66 0.74 0.66
Hex A3 68 E8 1E 37 0 9 10C 4A 42
Octal 243 150 350 36 67 0 11 414 112 102
Binary 10100011 1101000 11101000 11110 110111 0 1001 100001100 1001010 1000010

Color Harmonies of #A368E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368E8

Black with #A368E8

Text Example


Text Example

White with #A368E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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