Html Css Color HEX #A37AED Medium Purple

📋 copy color: '#A37AED'

red 163 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #A37AED

Tints of Medium Purple #A37AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.37%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 31.23%
G = 23.37%
B = 45.4%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A37AED (or 0xA37AED) is known color: Medium Purple. HEX triplet: A3, 7A and ED. RGB value is (163,122,237). Sum of RGB (Red+Green+Blue) = 163+122+237=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A37AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AED is #5C8512. Grayscale: #929292. Windows color (decimal): -6063379 or 15563427. OLE color: 15563427.

HSL color Cylindrical-coordinate representation of color #A37AED: hue angle of 261.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A37AED is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 122 237 -
CMYK 0.31 0.49 0 0.07
HSL 261.39º 0.76% 0.7% -
HSV(B) 261.39º 0.49% 0.93% -
XYZ 37.35 27.82 83.52 -
YUV 147.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 163 122 237 0.31 0.49 0 0.07 261.39 0.76 0.7
Hex A3 7A ED 1F 31 0 7 105 4C 46
Octal 243 172 355 37 61 0 7 405 114 106
Binary 10100011 1111010 11101101 11111 110001 0 111 100000101 1001100 1000110

Color Harmonies of #A37AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AED

Black with #A37AED

Text Example


Text Example

White with #A37AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AED; }

 p { color: rgb(163,122,237); }

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

background-color css

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

 a { background-color: rgb(163,122,237); }

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

border-color css

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

 span { border-color: rgb(163,122,237); }

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