Html Css Color HEX #A755DC Medium Orchid

📋 copy color: '#A755DC'

red 167 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #A755DC

Tints of Medium Orchid #A755DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 35.38%
G = 18.01%
B = 46.61%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A755DC (or 0xA755DC) is known color: Medium Orchid. HEX triplet: A7, 55 and DC. RGB value is (167,85,220). Sum of RGB (Red+Green+Blue) = 167+85+220=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A755DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755DC is #58AA23. Grayscale: #7C7C7C. Windows color (decimal): -5810724 or 14439847. OLE color: 14439847.

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

Color convert

RGB 167 85 220 -
CMYK 0.24 0.61 0 0.14
HSL 276.44º 0.66% 0.6% -
HSV(B) 276.44º 0.61% 0.86% -
XYZ 32.1 19.88 69.86 -
YUV 124.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 167 85 220 0.24 0.61 0 0.14 276.44 0.66 0.6
Hex A7 55 DC 18 3D 0 E 114 42 3C
Octal 247 125 334 30 75 0 16 424 102 74
Binary 10100111 1010101 11011100 11000 111101 0 1110 100010100 1000010 111100

Color Harmonies of #A755DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755DC

Black with #A755DC

Text Example


Text Example

White with #A755DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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