Html Css Color HEX #A84FCA Medium Orchid

📋 copy color: '#A84FCA'

red 168 ◦ green 79 ◦ blue 202

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

Shades of Medium Orchid #A84FCA

Tints of Medium Orchid #A84FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 37.42%
G = 17.59%
B = 44.99%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A84FCA (or 0xA84FCA) is known color: Medium Orchid. HEX triplet: A8, 4F and CA. RGB value is (168,79,202). Sum of RGB (Red+Green+Blue) = 168+79+202=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A84FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FCA is #57B035. Grayscale: #777777. Windows color (decimal): -5746742 or 13258664. OLE color: 13258664.

HSL color Cylindrical-coordinate representation of color #A84FCA: hue angle of 283.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84FCA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 79 202 -
CMYK 0.17 0.61 0 0.21
HSL 283.41º 0.54% 0.55% -
HSV(B) 283.41º 0.61% 0.79% -
XYZ 29.61 18.18 57.83 -
YUV 119.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 168 79 202 0.17 0.61 0 0.21 283.41 0.54 0.55
Hex A8 4F CA 11 3D 0 15 11B 36 37
Octal 250 117 312 21 75 0 25 433 66 67
Binary 10101000 1001111 11001010 10001 111101 0 10101 100011011 110110 110111

Color Harmonies of #A84FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FCA

Black with #A84FCA

Text Example


Text Example

White with #A84FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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