Html Css Color HEX #A84FCC Medium Orchid

📋 copy color: '#A84FCC'

red 168 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #A84FCC

Tints of Medium Orchid #A84FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 37.25%
G = 17.52%
B = 45.23%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A84FCC (or 0xA84FCC) is known color: Medium Orchid. HEX triplet: A8, 4F and CC. RGB value is (168,79,204). Sum of RGB (Red+Green+Blue) = 168+79+204=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #A84FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FCC is #57B033. Grayscale: #777777. Windows color (decimal): -5746740 or 13389736. OLE color: 13389736.

HSL color Cylindrical-coordinate representation of color #A84FCC: hue angle of 282.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84FCC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 79 204 -
CMYK 0.18 0.61 0 0.2
HSL 282.72º 0.55% 0.55% -
HSV(B) 282.72º 0.61% 0.8% -
XYZ 29.84 18.28 59.08 -
YUV 119.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 168 79 204 0.18 0.61 0 0.2 282.72 0.55 0.55
Hex A8 4F CC 12 3D 0 14 11B 37 37
Octal 250 117 314 22 75 0 24 433 67 67
Binary 10101000 1001111 11001100 10010 111101 0 10100 100011011 110111 110111

Color Harmonies of #A84FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FCC

Black with #A84FCC

Text Example


Text Example

White with #A84FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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