Html Css Color HEX #A84ECF Medium Orchid

📋 copy color: '#A84ECF'

red 168 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #A84ECF

Tints of Medium Orchid #A84ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.22%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 37.09%
G = 17.22%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84ECF (or 0xA84ECF) is known color: Medium Orchid. HEX triplet: A8, 4E and CF. RGB value is (168,78,207). Sum of RGB (Red+Green+Blue) = 168+78+207=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A84ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ECF is #57B130. Grayscale: #777777. Windows color (decimal): -5746993 or 13586088. OLE color: 13586088.

HSL color Cylindrical-coordinate representation of color #A84ECF: hue angle of 281.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84ECF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 78 207 -
CMYK 0.19 0.62 0 0.19
HSL 281.86º 0.57% 0.56% -
HSV(B) 281.86º 0.62% 0.81% -
XYZ 30.14 18.28 60.97 -
YUV 119.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 168 78 207 0.19 0.62 0 0.19 281.86 0.57 0.56
Hex A8 4E CF 13 3E 0 13 11A 39 38
Octal 250 116 317 23 76 0 23 432 71 70
Binary 10101000 1001110 11001111 10011 111110 0 10011 100011010 111001 111000

Color Harmonies of #A84ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ECF

Black with #A84ECF

Text Example


Text Example

White with #A84ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ECF; }

 p { color: rgb(168,78,207); }

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

background-color css

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

 a { background-color: rgb(168,78,207); }

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

border-color css

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

 span { border-color: rgb(168,78,207); }

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