Html Css Color HEX #A36BEA Medium Purple

📋 copy color: '#A36BEA'

red 163 ◦ green 107 ◦ blue 234

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

Shades of Medium Purple #A36BEA

Tints of Medium Purple #A36BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 32.34%
G = 21.23%
B = 46.43%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A36BEA (or 0xA36BEA) is known color: Medium Purple. HEX triplet: A3, 6B and EA. RGB value is (163,107,234). Sum of RGB (Red+Green+Blue) = 163+107+234=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #A36BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36BEA is #5C9415. Grayscale: #898989. Windows color (decimal): -6067222 or 15362979. OLE color: 15362979.

HSL color Cylindrical-coordinate representation of color #A36BEA: hue angle of 266.46º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36BEA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 107 234 -
CMYK 0.30 0.54 0 0.08
HSL 266.46º 0.75% 0.67% -
HSV(B) 266.46º 0.54% 0.92% -
XYZ 35.21 24.24 80.67 -
YUV 138.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 163 107 234 0.30 0.54 0 0.08 266.46 0.75 0.67
Hex A3 6B EA 1E 36 0 8 10A 4B 43
Octal 243 153 352 36 66 0 10 412 113 103
Binary 10100011 1101011 11101010 11110 110110 0 1000 100001010 1001011 1000011

Color Harmonies of #A36BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BEA

Black with #A36BEA

Text Example


Text Example

White with #A36BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BEA; }

 p { color: rgb(163,107,234); }

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

background-color css

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

 a { background-color: rgb(163,107,234); }

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

border-color css

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

 span { border-color: rgb(163,107,234); }

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