Html Css Color HEX #A36AFB Medium Purple

📋 copy color: '#A36AFB'

red 163 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #A36AFB

Tints of Medium Purple #A36AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 31.35%
G = 20.38%
B = 48.27%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A36AFB (or 0xA36AFB) is known color: Medium Purple. HEX triplet: A3, 6A and FB. RGB value is (163,106,251). Sum of RGB (Red+Green+Blue) = 163+106+251=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #A36AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AFB is #5C9504. Grayscale: #8B8B8B. Windows color (decimal): -6067461 or 16476835. OLE color: 16476835.

HSL color Cylindrical-coordinate representation of color #A36AFB: hue angle of 263.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36AFB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 106 251 -
CMYK 0.35 0.58 0 0.02
HSL 263.59º 0.95% 0.7% -
HSV(B) 263.59º 0.58% 0.98% -
XYZ 37.67 25.06 94.12 -
YUV 139.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 163 106 251 0.35 0.58 0 0.02 263.59 0.95 0.7
Hex A3 6A FB 23 3A 0 2 108 5F 46
Octal 243 152 373 43 72 0 2 410 137 106
Binary 10100011 1101010 11111011 100011 111010 0 10 100001000 1011111 1000110

Color Harmonies of #A36AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AFB

Black with #A36AFB

Text Example


Text Example

White with #A36AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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