Html Css Color HEX #A757DD Medium Orchid

📋 copy color: '#A757DD'

red 167 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #A757DD

Tints of Medium Orchid #A757DD

RGB

 RED value IS 167 (65.63% from 255) = 35.16%

 GREEN value IS 87 (34.38% from 255) = 18.32%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 35.16%
G = 18.32%
B = 46.53%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A757DD (or 0xA757DD) is known color: Medium Orchid. HEX triplet: A7, 57 and DD. RGB value is (167,87,221). Sum of RGB (Red+Green+Blue) = 167+87+221=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A757DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757DD is #58A822. Grayscale: #7D7D7D. Windows color (decimal): -5810211 or 14505895. OLE color: 14505895.

HSL color Cylindrical-coordinate representation of color #A757DD: hue angle of 275.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A757DD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 87 221 -
CMYK 0.24 0.61 0 0.13
HSL 275.82º 0.66% 0.6% -
HSV(B) 275.82º 0.61% 0.87% -
XYZ 32.4 20.25 70.61 -
YUV 126.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 167 87 221 0.24 0.61 0 0.13 275.82 0.66 0.6
Hex A7 57 DD 18 3D 0 D 114 42 3C
Octal 247 127 335 30 75 0 15 424 102 74
Binary 10100111 1010111 11011101 11000 111101 0 1101 100010100 1000010 111100

Color Harmonies of #A757DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757DD

Black with #A757DD

Text Example


Text Example

White with #A757DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757DD; }

 p { color: rgb(167,87,221); }

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

background-color css

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

 a { background-color: rgb(167,87,221); }

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

border-color css

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

 span { border-color: rgb(167,87,221); }

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