Html Css Color HEX #A84FD5 Medium Orchid

📋 copy color: '#A84FD5'

red 168 ◦ green 79 ◦ blue 213

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

Shades of Medium Orchid #A84FD5

Tints of Medium Orchid #A84FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 36.52%
G = 17.17%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A84FD5 (or 0xA84FD5) is known color: Medium Orchid. HEX triplet: A8, 4F and D5. RGB value is (168,79,213). Sum of RGB (Red+Green+Blue) = 168+79+213=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A84FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FD5 is #57B02A. Grayscale: #787878. Windows color (decimal): -5746731 or 13979560. OLE color: 13979560.

HSL color Cylindrical-coordinate representation of color #A84FD5: hue angle of 279.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84FD5 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 79 213 -
CMYK 0.21 0.63 0 0.16
HSL 279.85º 0.61% 0.57% -
HSV(B) 279.85º 0.63% 0.84% -
XYZ 30.95 18.72 64.93 -
YUV 120.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 168 79 213 0.21 0.63 0 0.16 279.85 0.61 0.57
Hex A8 4F D5 15 3F 0 10 118 3D 39
Octal 250 117 325 25 77 0 20 430 75 71
Binary 10101000 1001111 11010101 10101 111111 0 10000 100011000 111101 111001

Color Harmonies of #A84FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FD5

Black with #A84FD5

Text Example


Text Example

White with #A84FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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