Html Css Color HEX #A84DD3 Medium Orchid

📋 copy color: '#A84DD3'

red 168 ◦ green 77 ◦ blue 211

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

Shades of Medium Orchid #A84DD3

Tints of Medium Orchid #A84DD3

RGB

 RED value IS 168 (66.02% from 255) = 36.84%

 GREEN value IS 77 (30.47% from 255) = 16.89%

 BLUE value IS 211 (82.81% from 255) = 46.27%

R = 36.84%
G = 16.89%
B = 46.27%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A84DD3 (or 0xA84DD3) is known color: Medium Orchid. HEX triplet: A8, 4D and D3. RGB value is (168,77,211). Sum of RGB (Red+Green+Blue) = 168+77+211=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #A84DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DD3 is #57B22C. Grayscale: #777777. Windows color (decimal): -5747245 or 13847976. OLE color: 13847976.

HSL color Cylindrical-coordinate representation of color #A84DD3: hue angle of 280.75º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84DD3 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 77 211 -
CMYK 0.20 0.64 0 0.17
HSL 280.75º 0.6% 0.56% -
HSV(B) 280.75º 0.64% 0.83% -
XYZ 30.56 18.34 63.56 -
YUV 119.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 168 77 211 0.20 0.64 0 0.17 280.75 0.6 0.56
Hex A8 4D D3 14 40 0 11 119 3C 38
Octal 250 115 323 24 100 0 21 431 74 70
Binary 10101000 1001101 11010011 10100 1000000 0 10001 100011001 111100 111000

Color Harmonies of #A84DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DD3

Black with #A84DD3

Text Example


Text Example

White with #A84DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DD3; }

 p { color: rgb(168,77,211); }

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

background-color css

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

 a { background-color: rgb(168,77,211); }

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

border-color css

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

 span { border-color: rgb(168,77,211); }

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