Html Css Color HEX #A37DEB Medium Purple

📋 copy color: '#A37DEB'

red 163 ◦ green 125 ◦ blue 235

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

Shades of Medium Purple #A37DEB

Tints of Medium Purple #A37DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 31.17%
G = 23.9%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A37DEB (or 0xA37DEB) is known color: Medium Purple. HEX triplet: A3, 7D and EB. RGB value is (163,125,235). Sum of RGB (Red+Green+Blue) = 163+125+235=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A37DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DEB is #5C8214. Grayscale: #949494. Windows color (decimal): -6062613 or 15433123. OLE color: 15433123.

HSL color Cylindrical-coordinate representation of color #A37DEB: hue angle of 260.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37DEB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 125 235 -
CMYK 0.31 0.47 0 0.08
HSL 260.73º 0.73% 0.71% -
HSV(B) 260.73º 0.47% 0.92% -
XYZ 37.43 28.45 82.12 -
YUV 148.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 163 125 235 0.31 0.47 0 0.08 260.73 0.73 0.71
Hex A3 7D EB 1F 2F 0 8 105 49 47
Octal 243 175 353 37 57 0 10 405 111 107
Binary 10100011 1111101 11101011 11111 101111 0 1000 100000101 1001001 1000111

Color Harmonies of #A37DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DEB

Black with #A37DEB

Text Example


Text Example

White with #A37DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DEB; }

 p { color: rgb(163,125,235); }

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

background-color css

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

 a { background-color: rgb(163,125,235); }

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

border-color css

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

 span { border-color: rgb(163,125,235); }

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