Html Css Color HEX #A37DED Medium Purple

📋 copy color: '#A37DED'

red 163 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #A37DED

Tints of Medium Purple #A37DED

RGB

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

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

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

R = 31.05%
G = 23.81%
B = 45.14%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A37DED (or 0xA37DED) is known color: Medium Purple. HEX triplet: A3, 7D and ED. RGB value is (163,125,237). Sum of RGB (Red+Green+Blue) = 163+125+237=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A37DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DED is #5C8212. Grayscale: #949494. Windows color (decimal): -6062611 or 15564195. OLE color: 15564195.

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

Color convert

RGB 163 125 237 -
CMYK 0.31 0.47 0 0.07
HSL 260.36º 0.76% 0.71% -
HSV(B) 260.36º 0.47% 0.93% -
XYZ 37.72 28.57 83.65 -
YUV 149.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 163 125 237 0.31 0.47 0 0.07 260.36 0.76 0.71
Hex A3 7D ED 1F 2F 0 7 104 4C 47
Octal 243 175 355 37 57 0 7 404 114 107
Binary 10100011 1111101 11101101 11111 101111 0 111 100000100 1001100 1000111

Color Harmonies of #A37DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DED

Black with #A37DED

Text Example


Text Example

White with #A37DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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