Html Css Color HEX #A36AEA Medium Purple

📋 copy color: '#A36AEA'

red 163 ◦ green 106 ◦ blue 234

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

Shades of Medium Purple #A36AEA

Tints of Medium Purple #A36AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 32.41%
G = 21.07%
B = 46.52%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A36AEA (or 0xA36AEA) is known color: Medium Purple. HEX triplet: A3, 6A and EA. RGB value is (163,106,234). Sum of RGB (Red+Green+Blue) = 163+106+234=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A36AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AEA is #5C9515. Grayscale: #898989. Windows color (decimal): -6067478 or 15362723. OLE color: 15362723.

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

Color convert

RGB 163 106 234 -
CMYK 0.30 0.55 0 0.08
HSL 266.72º 0.75% 0.67% -
HSV(B) 266.72º 0.55% 0.92% -
XYZ 35.11 24.04 80.63 -
YUV 137.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 163 106 234 0.30 0.55 0 0.08 266.72 0.75 0.67
Hex A3 6A EA 1E 37 0 8 10B 4B 43
Octal 243 152 352 36 67 0 10 413 113 103
Binary 10100011 1101010 11101010 11110 110111 0 1000 100001011 1001011 1000011

Color Harmonies of #A36AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AEA

Black with #A36AEA

Text Example


Text Example

White with #A36AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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