Html Css Color HEX #A755CD Medium Orchid

📋 copy color: '#A755CD'

red 167 ◦ green 85 ◦ blue 205

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

Shades of Medium Orchid #A755CD

Tints of Medium Orchid #A755CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 36.54%
G = 18.6%
B = 44.86%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A755CD (or 0xA755CD) is known color: Medium Orchid. HEX triplet: A7, 55 and CD. RGB value is (167,85,205). Sum of RGB (Red+Green+Blue) = 167+85+205=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A755CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CD is #58AA32. Grayscale: #7A7A7A. Windows color (decimal): -5810739 or 13456807. OLE color: 13456807.

HSL color Cylindrical-coordinate representation of color #A755CD: hue angle of 281º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A755CD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 85 205 -
CMYK 0.19 0.59 0 0.20
HSL 281º 0.55% 0.57% -
HSV(B) 281º 0.59% 0.8% -
XYZ 30.2 19.12 59.86 -
YUV 123.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 167 85 205 0.19 0.59 0 0.20 281 0.55 0.57
Hex A7 55 CD 13 3B 0 14 119 37 39
Octal 247 125 315 23 73 0 24 431 67 71
Binary 10100111 1010101 11001101 10011 111011 0 10100 100011001 110111 111001

Color Harmonies of #A755CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755CD

Black with #A755CD

Text Example


Text Example

White with #A755CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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