Html Css Color HEX #A84FD8 Medium Orchid

📋 copy color: '#A84FD8'

red 168 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #A84FD8

Tints of Medium Orchid #A84FD8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 36.29%
G = 17.06%
B = 46.65%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A84FD8 (or 0xA84FD8) is known color: Medium Orchid. HEX triplet: A8, 4F and D8. RGB value is (168,79,216). Sum of RGB (Red+Green+Blue) = 168+79+216=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A84FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FD8 is #57B027. Grayscale: #787878. Windows color (decimal): -5746728 or 14176168. OLE color: 14176168.

HSL color Cylindrical-coordinate representation of color #A84FD8: hue angle of 278.98º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84FD8 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 79 216 -
CMYK 0.22 0.63 0 0.15
HSL 278.98º 0.64% 0.58% -
HSV(B) 278.98º 0.63% 0.85% -
XYZ 31.34 18.87 66.96 -
YUV 121.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 168 79 216 0.22 0.63 0 0.15 278.98 0.64 0.58
Hex A8 4F D8 16 3F 0 F 117 40 3A
Octal 250 117 330 26 77 0 17 427 100 72
Binary 10101000 1001111 11011000 10110 111111 0 1111 100010111 1000000 111010

Color Harmonies of #A84FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FD8

Black with #A84FD8

Text Example


Text Example

White with #A84FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FD8; }

 p { color: rgb(168,79,216); }

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

background-color css

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

 a { background-color: rgb(168,79,216); }

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

border-color css

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

 span { border-color: rgb(168,79,216); }

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