Html Css Color HEX #A755D7 Medium Orchid

📋 copy color: '#A755D7'

red 167 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #A755D7

Tints of Medium Orchid #A755D7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 35.76%
G = 18.2%
B = 46.04%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A755D7 (or 0xA755D7) is known color: Medium Orchid. HEX triplet: A7, 55 and D7. RGB value is (167,85,215). Sum of RGB (Red+Green+Blue) = 167+85+215=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #A755D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755D7 is #58AA28. Grayscale: #7B7B7B. Windows color (decimal): -5810729 or 14112167. OLE color: 14112167.

HSL color Cylindrical-coordinate representation of color #A755D7: hue angle of 277.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A755D7 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 85 215 -
CMYK 0.22 0.60 0 0.16
HSL 277.85º 0.62% 0.59% -
HSV(B) 277.85º 0.6% 0.84% -
XYZ 31.45 19.62 66.42 -
YUV 124.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 167 85 215 0.22 0.60 0 0.16 277.85 0.62 0.59
Hex A7 55 D7 16 3C 0 10 116 3E 3B
Octal 247 125 327 26 74 0 20 426 76 73
Binary 10100111 1010101 11010111 10110 111100 0 10000 100010110 111110 111011

Color Harmonies of #A755D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755D7

Black with #A755D7

Text Example


Text Example

White with #A755D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755D7; }

 p { color: rgb(167,85,215); }

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

background-color css

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

 a { background-color: rgb(167,85,215); }

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

border-color css

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

 span { border-color: rgb(167,85,215); }

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